Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
Add support to release `yarn v2+` workspaces (when the `workspace-tools` and `version` plugins are installed)
  • Loading branch information
AlCalzone committed Jun 30, 2021
1 parent 340567e commit cafef6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Placeholder for the next version (at the beginning of the line):
## **WORK IN PROGRESS**
-->
## **WORK IN PROGRESS**
## 2.1.0 (2021-06-30)
* Add support to release `yarn v2+` workspaces (when the `workspace-tools` and `version` plugins are installed)

## 2.0.0 (2021-06-19)
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@alcalzone/release-script",
"version": "2.0.0",
"version": "2.1.0",
"description": "Release script to automatically increment version numbers and push git tags of Node.js projects",
"main": "build/release.js",
"bin": "bin/release.js",
Expand Down

0 comments on commit cafef6e

Please sign in to comment.