diff --git a/CHANGELOG.md b/CHANGELOG.md index aaacc35..1c3e178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [2.0.0-alpha.2](https://github.com/RimacTechnology/semantic-release-ecr/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2023-11-28) + + +### Bug Fixes + +* set library type as "module" and export valid esm ([04ffb73](https://github.com/RimacTechnology/semantic-release-ecr/commit/04ffb73aacd754123d2f62100b61e7d989a32abb)) + + +### Other + +* update `semantic-release` config to use `cjs` extension ([b322e9e](https://github.com/RimacTechnology/semantic-release-ecr/commit/b322e9e60f3c140df6c05609a5b6a0a8cc7ac256)) +* update all lint package to use `cjs` extension ([a31eb3a](https://github.com/RimacTechnology/semantic-release-ecr/commit/a31eb3a52d0fbef3d3c2515f332cb5e653b4c515)) + ## [2.0.0-alpha.1](https://github.com/RimacTechnology/semantic-release-ecr/compare/v1.1.1...v2.0.0-alpha.1) (2023-11-28) diff --git a/package.json b/package.json index 6211f7e..ebff3ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rimac-technology/semantic-release-ecr", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "Semantic-release plugin to publish a docker image to the AWS Elastic Container Registry", "keywords": [ "release",