Skip to content

Commit 4ac5b8d

Browse files
committed
chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.7 -> 1.1.8
1 parent a44e660 commit 4ac5b8d

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.8 (August 23, 2023)
2+
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.7 -> 1.1.8
3+
- bug: fixed change that caused CI #94
4+
- chore(tests): update bats
5+
- chore(build): created release task
6+
- style: removed extra ws
7+
- Merge pull request #27 from jv-k/release-1.1.7
8+
- chore(docs): update TOC
9+
- chore(docs): update TOC
10+
111
## 1.1.7 (August 23, 2023)
212
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.6 -> 1.1.7
313
- docs: added testing section

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.7",
3+
"version": "1.1.8",
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 <[email protected]>",
66
"homepage": "https://github.com/jv-k/ver-bump",

0 commit comments

Comments
 (0)