Skip to content

Commit ce14a57

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2021-04-22) ### Bug Fixes * update package.json version with every release ([a6ed2f4](a6ed2f4))
1 parent bb259fb commit ce14a57

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+
## [1.0.1](https://github.com/IPS-Hosting/node-typescript-starter/compare/v1.0.0...v1.0.1) (2021-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* update package.json version with every release ([a6ed2f4](https://github.com/IPS-Hosting/node-typescript-starter/commit/a6ed2f4eaa826561b780cfd20d32872d57174104))
7+
18
# 1.0.0 (2021-04-11)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "node-typescript-starter",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "A very opinionated template for Node.js applications written in TypeScript.",
66
"license": "UNLICENSED",
77
"scripts": {

0 commit comments

Comments
 (0)