Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0-alpha.2](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](04ffb73))

### Other

* update `semantic-release` config to use `cjs` extension ([b322e9e](b322e9e))
* update all lint package to use `cjs` extension ([a31eb3a](a31eb3a))
  • Loading branch information
semantic-release-bot committed Nov 28, 2023
1 parent b322e9e commit e4baffc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e4baffc

Please sign in to comment.