Skip to content

Commit

Permalink
v4.0.32 changelog, version bump [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
9cibot committed Nov 9, 2021
1 parent a44861b commit cd4ac03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v4.0.32

[Full Changelog](https://github.com/yakworks/angle-grinder/compare/v4.0.31...v4.0.32)
- Bulk update isnt required (#633) [link](https://github.com/yakworks/angle-grinder/commit/a44861bda6aedf994048b5fd8ba8ceeb50f7e543)

### v4.0.31

[Full Changelog](https://github.com/yakworks/angle-grinder/compare/v4.0.30...v4.0.31)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angle-grinder",
"license": "MIT",
"version": "4.0.32",
"version": "4.0.33",
"scripts": {
"build": "rimraf dist && yarn build:wip",
"transpile": "babel ./examples/demo/mocker --out-dir ./examples/demo/mocker-server",
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# the version in development that will be released, gets -SNAPSHOT added when snapshot=true, see below
version=4.0.32
version=4.0.33

# publishedVersion is the last production version that was released,
# should have a matching vX.Y.Z tag in github, used for changelog and diffs during release
# set this to false if this is first relase or no previous tag
publishedVersion=4.0.31
publishedVersion=4.0.32

# when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl
# when false production publish to repoUrl and ...
Expand Down

0 comments on commit cd4ac03

Please sign in to comment.