From 7798af182987d5b3ee59634437d94db1e9451ef7 Mon Sep 17 00:00:00 2001 From: undergroundwires-bot Date: Mon, 20 Jul 2020 17:22:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bumped=20to=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ff4037..7a78001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 225a1be..48af62f 100644 --- a/package.json +++ b/package.json @@ -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": {