Skip to content

Commit

Permalink
chore: release v3.5.1
Browse files Browse the repository at this point in the history
* `iobroker` plugin: Forward slashes in author listings are now supported.
  • Loading branch information
AlCalzone committed Jan 25, 2022
1 parent 5296f57 commit b4b3a53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Placeholder for the next version (at the beginning of the line):
## **WORK IN PROGRESS**
-->
## 3.5.1 (2022-01-25)
* `iobroker` plugin: Forward slashes in author listings are now supported.

## 3.5.0 (2022-01-11)
* Support managing Yarn monorepos without `lerna`
* Fix: `version` plugin tries to propose the current prerelease identifier instead of always `alpha`
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": "@alcalzone/release-script-repo",
"version": "3.5.0",
"version": "3.5.1",
"description": "Release script to automatically increment version numbers and push git tags",
"keywords": [
"release",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-iobroker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "3.5.0",
"version": "3.5.1",
"description": "Plugin for Al Calzone's release script: ioBroker",
"keywords": [],
"license": "MIT",
Expand Down

0 comments on commit b4b3a53

Please sign in to comment.