Skip to content

Commit 3a637b7

Browse files
committed
chore: release v1.8.3
Changelog entries like `* (Author 1, Author 2) Whazaaaap!` are now correctly handled when creating the `io-package.json` news entries.
1 parent d4ea4c2 commit 3a637b7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
## __WORK IN PROGRESS__
55
-->
66

7+
## 1.8.3 (2021-01-11)
8+
* Changelog entries like `* (Author 1, Author 2) Whazaaaap!` are now correctly handled when creating the `io-package.json` news entries.
9+
710
## 1.8.2 (2021-01-05)
811
* Updated dependencies
912

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alcalzone/release-script",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "Release script to automatically increment version numbers and push git tags of Node.js projects",
55
"main": "build/release.js",
66
"bin": "bin/release.js",

0 commit comments

Comments
 (0)