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

Commit df56c01

Browse files
committed
chore: release v0.3.1
1 parent b727492 commit df56c01

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
3+
## [0.3.1](https://github.com/geotrev/release-workspaces/compare/v0.3.0...v0.3.1) (2022-05-30)
4+
15
# [0.3.0](https://github.com/geotrev/release-workspaces/compare/v0.2.2...v0.3.0) (2022-05-15)
26

37

@@ -66,4 +70,4 @@
6670
- allows config options to be added on the command line ([addf77e](https://github.com/geotrev/release-workspaces/commit/addf77ef1ae5b6c1c7c130a21d70fc121eb16464))
6771
- allows user to disable npm increment, publish and git commit, tag steps individually ([3f65649](https://github.com/geotrev/release-workspaces/commit/3f65649b2af3ecbc1b71dc1c67e931de07e55df0))
6872
- derive the npm tag if none of the appropriate CLI flags are given ([fe984e6](https://github.com/geotrev/release-workspaces/commit/fe984e6d8b5bf122922aef31bd56b9a3503ccae4))
69-
- enables verbose logging during execution ([a14c453](https://github.com/geotrev/release-workspaces/commit/a14c453ebd75039d5dc9d2197891776f56df019c))
73+
- enables verbose logging during execution ([a14c453](https://github.com/geotrev/release-workspaces/commit/a14c453ebd75039d5dc9d2197891776f56df019c))

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.3.0",
3+
"version": "0.3.1",
44
"description": "Automated versioning and publishing of projects using npm workspaces",
55
"type": "module",
66
"main": "bin/cli.js",

0 commit comments

Comments
 (0)