Skip to content

Commit

Permalink
⬆️ bump everywhere to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires-bot committed Dec 21, 2021
1 parent 1bdaeef commit 0d9f50b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.3.1 (2021-12-21)

* bump dependencies to latest | [51e11bf](https://github.com/undergroundwires/bump-everywhere/commit/51e11bf7dd8ff7428acf122206be034475d7ba77)
* Fix patch number increase #13 | [1bdaeef](https://github.com/undergroundwires/bump-everywhere/commit/1bdaeef49eee032d1948c6fd57ca6372bafbc817)

[compare](https://github.com/undergroundwires/bump-everywhere/compare/1.3.0...1.3.1)

## 1.3.0 (2021-01-29)

* update dependencies to latest #7 | [2590747](https://github.com/undergroundwires/bump-everywhere/commit/25907479d737d944b1ae1602b53aa77f9938961b)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ It supports safe re-runs, it means that if you can run it for an already bumped

- You manually tag your last commit to update major & minor versions.
- E.g.
- `git commit -m "bumped version to 1.3.0" --allow-empty`
- `git tag 1.3.0`
- `git push && git push origin 1.3.0`
- `git commit -m "bumped version to 1.3.1" --allow-empty`
- `git tag 1.3.1`
- `git push && git push origin 1.3.1`

[](#bump-everywhere)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0",
"version": "1.3.1",
"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 0d9f50b

Please sign in to comment.