Skip to content

Commit

Permalink
v4.0.39 changelog, version bump [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
9cibot committed Dec 15, 2021
1 parent 86dd8a8 commit 01761b5
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.39

[Full Changelog](https://github.com/yakworks/angle-grinder/compare/v4.0.38...v4.0.39)
- Dev (#642) [link](https://github.com/yakworks/angle-grinder/commit/86dd8a83f6b8d2fa7800af55f68167369c98ff94)

### v4.0.38

[Full Changelog](https://github.com/yakworks/angle-grinder/compare/v4.0.37...v4.0.38)
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.39",
"version": "4.0.40",
"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.39
version=4.0.40

# 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.38
publishedVersion=4.0.39

# 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 01761b5

Please sign in to comment.