Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [1.0.0](v0.3.2...v1.0.0) (2023-04-04)

### Features

* convert to esm ([#81](#81)) ([4e2199b](4e2199b))

### BREAKING CHANGES

* drop support for Node < 18

[skip ci]
  • Loading branch information
semantic-release-bot committed Apr 4, 2023
1 parent 4e2199b commit aa3cc0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/hongaar/semantic-release-yarn/compare/v0.3.2...v1.0.0) (2023-04-04)


### Features

* convert to esm ([#81](https://github.com/hongaar/semantic-release-yarn/issues/81)) ([4e2199b](https://github.com/hongaar/semantic-release-yarn/commit/4e2199b8ece3046b4aae284d25f239997418d6c2))


### BREAKING CHANGES

* drop support for Node < 18

## [0.3.2](https://github.com/hongaar/semantic-release-yarn/compare/v0.3.1...v0.3.2) (2023-02-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": "semantic-release-yarn",
"version": "0.3.2",
"version": "1.0.0",
"description": "semantic-release plugin to publish a npm package with yarn",
"keywords": [
"npm",
Expand Down

0 comments on commit aa3cc0a

Please sign in to comment.