Skip to content

Commit

Permalink
chore: updated package.json, updated package-lock.json, updated CHANG…
Browse files Browse the repository at this point in the history
…ELOG.md, bumped 1.1.0 -> 1.1.1
  • Loading branch information
jv-k committed Jun 28, 2022
1 parent 52547eb commit 53c01fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.1 (June 28, 2022)
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.0 -> 1.1.1
- bugfix: un-capitalised first letter of changelog entry for ver-bump's own commit msg - because the rest of commit messages are lowercase (personal preference... see next bullet) - probably best left to the user to capitalise or not, perhaps don't enforce it (added future option to TODO.md) - updated BATS test case for changelog output assert test
- docs: moved todos into TODO.md
- docs: add demo GIF
- merge: branch 'stable' into main
- merge: branch 'release-1.1.0' into stable

## 1.1.0 (June 26, 2022)
- chore: Updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.0.5 -> 1.1.0
- tests: fixed "would clobber existing tag" error when running action
Expand Down
4 changes: 2 additions & 2 deletions 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": "ver-bump",
"version": "1.1.0",
"version": "1.1.1",
"description": "This script automates bumping the git software project's version using automation. It does several things that are typically required for releasing a Git repository, like git tagging, automatic updating of CHANGELOG.md, and incrementing the version number in various JSON files.",
"author": "John Valai <git@jvk.to>",
"homepage": "https://github.com/jv-k/ver-bump",
Expand Down

0 comments on commit 53c01fe

Please sign in to comment.