Skip to content

Commit 53c01fe

Browse files
committed
chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.0 -> 1.1.1
1 parent 52547eb commit 53c01fe

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.1.1 (June 28, 2022)
2+
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.0 -> 1.1.1
3+
- 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
4+
- docs: moved todos into TODO.md
5+
- docs: add demo GIF
6+
- merge: branch 'stable' into main
7+
- merge: branch 'release-1.1.0' into stable
8+
19
## 1.1.0 (June 26, 2022)
210
- chore: Updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.0.5 -> 1.1.0
311
- tests: fixed "would clobber existing tag" error when running action

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ver-bump",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"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.",
55
"author": "John Valai <git@jvk.to>",
66
"homepage": "https://github.com/jv-k/ver-bump",

0 commit comments

Comments
 (0)