Skip to content

Commit 0530317

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2022-06-18) ### Bug Fixes * Correct the package version number ([dce3d3e](dce3d3e))
1 parent dce3d3e commit 0530317

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/prantlf/build-number-generator/compare/v2.0.0...v2.0.1) (2022-06-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Correct the package version number ([dce3d3e](https://github.com/prantlf/build-number-generator/commit/dce3d3e894f11b72817ecd248afcb162d8d7c2db))
7+
18
# [2.0.0](https://github.com/prantlf/build-number-generator/compare/v1.0.0...v2.0.0) (2022-06-18)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "build-number-generator",
33
"description": "Generates a unique build number with a human-readable build time.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"homepage": "https://github.com/prantlf/build-number-generator#readme",
66
"author": {
77
"name": "Ferdinand Prantl",

0 commit comments

Comments
 (0)