Skip to content

Commit 7b08965

Browse files
committed
chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.3 -> 1.1.4
1 parent 0bac7b1 commit 7b08965

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.4 (July 01, 2022)
2+
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.3 -> 1.1.4
3+
- docs: fixed style issue
4+
- merge: branch 'release-1.1.3' into main
5+
16
## 1.1.3 (June 30, 2022)
27
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.2 -> 1.1.3
38
- tests: fixed issue with package publishing workflow

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.3",
3+
"version": "1.1.4",
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)