Skip to content

Commit 0299442

Browse files
committed
4.1.0
1 parent 50a0973 commit 0299442

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [4.1.0](https://github.com/liangchunn/typescript-node-scripts/compare/v4.0.0...v4.1.0) (2021-03-31)
2+
3+
4+
### Features
5+
6+
* **processhandler:** add void type in promise type ([1031628](https://github.com/liangchunn/typescript-node-scripts/commit/103162809750d1d35938c67f1e4b2875e45ca236))
7+
* **typescript:** support typescript <4.2.0 ([2998c8e](https://github.com/liangchunn/typescript-node-scripts/commit/2998c8e2395764c0b3d27ee8810406bfedaa1d4f))
8+
9+
10+
111
# [4.0.0](https://github.com/liangchunn/typescript-node-scripts/compare/v3.2.0-alpha.10...v4.0.0) (2020-11-20)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-node-scripts",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Create Node.js apps based on TypeScript with zero-configuration.",
55
"main": "bin/typescript-node-scripts.js",
66
"scripts": {

0 commit comments

Comments
 (0)