Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
Added an automated check of the Github Actions workflow file to spot potential errors that could fail a release
  • Loading branch information
AlCalzone committed Jul 1, 2021
1 parent bf75c2c commit 76895f5
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.2.0 (2021-07-01)
* Added an automated check of the Github Actions workflow file to spot potential errors that could fail a release

## 2.1.0 (2021-06-30)
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.1.0",
"version": "2.2.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 76895f5

Please sign in to comment.