Skip to content

Commit

Permalink
Merge pull request #27 from jv-k/release-1.1.7
Browse files Browse the repository at this point in the history
Release 1.1.7
  • Loading branch information
jv-k authored Aug 23, 2023
2 parents ec62845 + 19c6d73 commit 92dcec9
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.7 (August 23, 2023)
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.6 -> 1.1.7
- docs: added testing section
- docs: fix linting issues
- docs: add switcher feat to todos
- docs: add basher deploy to todos
- merge branch: 'release-1.1.6' into main

## 1.1.6 (November 06, 2022)
- chore: updated package.json, updated package-lock.json, updated CHANGELOG.md, bumped 1.1.5 -> 1.1.6
- fix: disabled SC2086 double quote warning - The version tag isn't a concern if it were split
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.6",
"version": "1.1.7",
"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 <[email protected]>",
"homepage": "https://github.com/jv-k/ver-bump",
Expand Down

0 comments on commit 92dcec9

Please sign in to comment.