Skip to content

Commit 248c1ae

Browse files
chore(release): 2.0.4 [skip ci]
## [2.0.4](v2.0.3...v2.0.4) (2022-07-22) ### Bug Fixes * Correct TypeScript types ([8bfb996](8bfb996)) * Include TypeScript types file in the published package files ([4c0fdb9](4c0fdb9))
1 parent 8bfb996 commit 248c1ae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.4](https://github.com/prantlf/build-number-generator/compare/v2.0.3...v2.0.4) (2022-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Correct TypeScript types ([8bfb996](https://github.com/prantlf/build-number-generator/commit/8bfb996e65220c96488f7a07980b7b05f8a7590a))
7+
* Include TypeScript types file in the published package files ([4c0fdb9](https://github.com/prantlf/build-number-generator/commit/4c0fdb9719bcb60fec884888827f1305213b0291))
8+
19
## [2.0.3](https://github.com/prantlf/build-number-generator/compare/v2.0.2...v2.0.3) (2022-07-22)
210

311

package.json

+1-1
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.3",
4+
"version": "2.0.4",
55
"homepage": "https://github.com/prantlf/build-number-generator#readme",
66
"author": {
77
"name": "Ferdinand Prantl",

0 commit comments

Comments
 (0)