Skip to content

Commit

Permalink
chore(release): v1.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-11-18)

### 🐛 Bug Fixes

* fix missing extensions in imports ([89984f5](89984f5))
* remove extra argument in `readProjectVersion` calls ([f573d5e](f573d5e))
  • Loading branch information
semantic-release-bot committed Nov 18, 2023
1 parent f573d5e commit cb571ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.0-alpha.3](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-11-18)


### 🐛 Bug Fixes

* fix missing extensions in imports ([89984f5](https://github.com/talent-ideal/semantic-release-hex/commit/89984f580c53d232354eccbc5497dfea8f84f29e))
* remove extra argument in `readProjectVersion` calls ([f573d5e](https://github.com/talent-ideal/semantic-release-hex/commit/f573d5e02514742bf02d131b2c5de3f2faa88b65))

## [1.0.0-alpha.2](https://github.com/talent-ideal/semantic-release-hex/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-11-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "semantic-release-hex",
"description": "semantic-release plugin to publish a hex package",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"author": "Pierre Cavin <[email protected]> (https://github.com/sheerlox)",
"type": "module",
"main": "lib/index.js",
Expand Down

0 comments on commit cb571ce

Please sign in to comment.