Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 7fdf122

Browse files
committed
chore: release v0.1.5
1 parent c0545f5 commit 7fdf122

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.1.5](https://github.com/geotrev/release-workspaces/compare/v0.1.4...v0.1.5) (2022-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* optional chain check when writing version back to package.json ([c0545f5](https://github.com/geotrev/release-workspaces/commit/c0545f5059abfcc1f080a58e425db2a78a97e669))
7+
18
## [0.1.4](https://github.com/geotrev/release-workspaces/compare/v0.1.3...v0.1.4) (2022-02-25)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "release-workspaces",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Automated versioning and publishing of projects using npm workspaces",
55
"type": "module",
66
"main": "bin/release.js",

0 commit comments

Comments
 (0)