Skip to content

Commit 1944e4e

Browse files
committed
chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.4 -> 1.1.5
1 parent 2530761 commit 1944e4e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.1.5 (July 22, 2022)
2+
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.4 -> 1.1.5
3+
- Merge pull request #23 from jv-k/fix-npmissue
4+
- bugfix: allow bumping when uncommitted changes exist
5+
- merge: branch 'release-1.1.4' into main
6+
17
## 1.1.4 (July 01, 2022)
28
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.3 -> 1.1.4
39
- docs: fixed style issue

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ver-bump",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
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)