Skip to content

Commit

Permalink
release: 🏹 v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.2...v1.1.0) (2022-02-09)

### Features

* 🎸 add `exports` field to package.json ([a4e792d](a4e792d))

### Bug Fixes

* 🐛 type errors when this package is in node_modules ([ceddc50](ceddc50))

### Styles

* 💄 sort package.json fields ([b0f7280](b0f7280))
  • Loading branch information
semantic-release-bot committed Feb 9, 2022
1 parent a4e792d commit d4e1f68
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [1.1.0](https://github.com/suin/semantic-release-yarn/compare/v1.0.2...v1.1.0) (2022-02-09)


### Features

* 🎸 add `exports` field to package.json ([a4e792d](https://github.com/suin/semantic-release-yarn/commit/a4e792da2d01c051ae987ec05835103e56cc27e3))


### Bug Fixes

* 🐛 type errors when this package is in node_modules ([ceddc50](https://github.com/suin/semantic-release-yarn/commit/ceddc50b66502ece99e79d6d69e3098b527ab631))


### Styles

* 💄 sort package.json fields ([b0f7280](https://github.com/suin/semantic-release-yarn/commit/b0f7280b9c9af32693f761b33af484ddc45509ac))

### [1.0.2](https://github.com/suin/semantic-release-yarn/compare/v1.0.1...v1.0.2) (2022-02-09)


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": "@suin/semantic-release-yarn",
"version": "1.0.2",
"version": "1.1.0",
"description": "semantic-release plugin to publish a npm package with yarn@berry",
"keywords": [
"semantic-release",
Expand Down

0 comments on commit d4e1f68

Please sign in to comment.