Skip to content

Commit d6da282

Browse files
chore(release): 2.0.0
# [2.0.0](v1.0.1...v2.0.0) (2023-06-07) ### Features * update node.js versions ([#117](#117)) ([526b6fd](526b6fd)) ### BREAKING CHANGES * This updates the supported node.js versions [skip ci]
1 parent 526b6fd commit d6da282

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/hongaar/semantic-release-yarn/compare/v1.0.1...v2.0.0) (2023-06-07)
2+
3+
4+
### Features
5+
6+
* update node.js versions ([#117](https://github.com/hongaar/semantic-release-yarn/issues/117)) ([526b6fd](https://github.com/hongaar/semantic-release-yarn/commit/526b6fd9c66d95d83e5d02c4c86fc0146231d7fb))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This updates the supported node.js versions
12+
113
## [1.0.1](https://github.com/hongaar/semantic-release-yarn/compare/v1.0.0...v1.0.1) (2023-06-07)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-release-yarn",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "semantic-release plugin to publish a npm package with yarn",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)