Skip to content

Commit 212489d

Browse files
committed
Updated package.json, Updated CHANGELOG.md, Bumped 0.1.4 –> 0.2.0
1 parent 312861f commit 212489d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.2.0 (August 25, 2021)
2+
- Updated package.json, Updated CHANGELOG.md, Bumped 0.1.4 –> 0.2.0
3+
- Move helper functions to separate file
4+
- Read version from package.json Remove default fetch of version from VERSION file Updated comments
5+
- Saving commit
6+
- Merge branch 'release-0.1.4' into develop
7+
- Updated VERSION, Updated CHANGELOG.md, Bumped 0.1.3 –> 0.1.4
8+
- Updated VERSION, Updated CHANGELOG.md, Bumped 0.1.3 –> 0.1.4
9+
110
## 0.1.4 (August 17, 2021)
211
- Updated VERSION, Updated CHANGELOG.md, Bumped 0.1.3 –> 0.1.4
312
- Renamed script + update docs

β€Ž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": "0.1.4",
3+
"version": "0.2.0",
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)