diff --git a/CHANGELOG.md b/CHANGELOG.md index 7962145..c9992c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/mysqljs/aws-ssl-profiles/compare/v1.1.1...v1.1.2) (2024-08-30) + + +### Bug Fixes + +* reintroduce `default` property to improve CJS and ESM interoperability ([#26](https://github.com/mysqljs/aws-ssl-profiles/issues/26)) ([567c5a1](https://github.com/mysqljs/aws-ssl-profiles/commit/567c5a10e0173afbd826821ec188da000a598e6e)) + ## [1.1.1](https://github.com/mysqljs/aws-ssl-profiles/compare/v1.1.0...v1.1.1) (2024-07-15) diff --git a/package-lock.json b/package-lock.json index 313fed7..fe174c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-ssl-profiles", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aws-ssl-profiles", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "devDependencies": { "@biomejs/biome": "^1.8.3", diff --git a/package.json b/package.json index 3f7c6c4..0856ad9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-ssl-profiles", - "version": "1.1.1", + "version": "1.1.2", "main": "lib/index.js", "author": "https://github.com/wellwelwel", "description": "AWS RDS SSL certificates bundles.",