diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..61f20a7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2024-04-21) + + +### Features + +* create profiles (based in MySQL2 3.9.4) ([#3](https://github.com/mysqljs/aws-ssl-profiles/issues/3)) ([2a98699](https://github.com/mysqljs/aws-ssl-profiles/commit/2a986994cd4066ce083f6d41d21b48b22d10477a)) + + +### Bug Fixes + +* support for both CJS and ESM ([#12](https://github.com/mysqljs/aws-ssl-profiles/issues/12)) ([9183db1](https://github.com/mysqljs/aws-ssl-profiles/commit/9183db1b88c228b83d992783bfe28b315a393ccf)) diff --git a/package-lock.json b/package-lock.json index 279542a..090caa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-ssl-profiles", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aws-ssl-profiles", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@types/node": "^20.12.7", diff --git a/package.json b/package.json index d7d80be..3713765 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-ssl-profiles", - "version": "0.1.0", + "version": "1.0.0", "main": "lib/index.js", "author": "https://github.com/wellwelwel", "description": "AWS RDS certificates bundles.",