Skip to content

Commit

Permalink
v4.0.34 changelog, version bump [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
9cibot committed Nov 16, 2021
1 parent a4be80d commit bbd48ab
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.34

[Full Changelog](https://github.com/yakworks/angle-grinder/compare/v4.0.33...v4.0.34)
- Fixed amount range reset 9ci/rcm-ui#50 (#635) [link](https://github.com/yakworks/angle-grinder/commit/a4be80d775d086b5f3f46cb18862c75020c64c67)

### v4.0.33

[Full Changelog](https://github.com/yakworks/angle-grinder/compare/v4.0.32...v4.0.33)
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.34",
"version": "4.0.35",
"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.34
version=4.0.35

# 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.33
publishedVersion=4.0.34

# 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 bbd48ab

Please sign in to comment.