Skip to content

Commit

Permalink
⬆️ bumped to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires-bot committed Jul 20, 2020
1 parent c705e8b commit 7798af1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.0.2 (2020-07-20)

* only release when tags are pushed #3 | [commit](https://github.com/undergroundwires/bump-everywhere/commit/2bbb364801d33014d52fc030c012574041040306)
* validate version (#4) | [commit](https://github.com/undergroundwires/bump-everywhere/commit/aff2c239f356e6a757b8efdb14cf0526f421cce0)
* fixed ci-cd publishing older version | [commit](https://github.com/undergroundwires/bump-everywhere/commit/666151e85f0e4a91a5b0141832f1518ee58b73b0)
* ci-cd: run tests on each push | [commit](https://github.com/undergroundwires/bump-everywhere/commit/e34c7795e3e6678377cb2ad9102855e7f7774c2d)
* fixed git user is not being set | [commit](https://github.com/undergroundwires/bump-everywhere/commit/c705e8b030534121861d7b53134b2d35dc11afde)

[compare](https://github.com/undergroundwires/bump-everywhere/compare/1.0.1...1.0.2)

## 1.0.1 (2020-06-14)

* logging difference in right order | [commit](https://github.com/undergroundwires/bump-everywhere/commit/44f796813d4a3a112392f650e82169e4499e94fe)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bump-everywhere",
"version": "1.0.1",
"version": "1.0.2",
"description": "Automate versioning, changelog creations and GitHub releases using bash, GitHub action, npm or docker.",
"main": "./scripts/bump-everywhere.sh",
"bin": {
Expand Down

0 comments on commit 7798af1

Please sign in to comment.