Skip to content

Commit 47d8b06

Browse files
committed
1.0.3
1 parent f41b01f commit 47d8b06

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
1-
<a name="1.0.2"></a>
2-
## [1.0.2](https://github.com/liangchunn/typescript-node-scripts/compare/v0.5.0...v1.0.2) (2018-09-16)
1+
<a name="1.0.3"></a>
2+
## [1.0.3](https://github.com/liangchunn/typescript-node-scripts/compare/v1.0.1...v1.0.3) (2018-09-25)
33

44

55
### Bug Fixes
66

7-
* **codeframe:** use default export ([4aad562](https://github.com/liangchunn/typescript-node-scripts/commit/4aad562))
87
* **ts-jest:** use node module resolution ([531d8fd](https://github.com/liangchunn/typescript-node-scripts/commit/531d8fd))
8+
* **tslint:** do not check js files with tslint ([f41b01f](https://github.com/liangchunn/typescript-node-scripts/commit/f41b01f))
9+
10+
11+
12+
<a name="1.0.1"></a>
13+
## [1.0.1](https://github.com/liangchunn/typescript-node-scripts/compare/v1.0.0...v1.0.1) (2018-09-04)
14+
15+
16+
### Bug Fixes
17+
18+
* **codeframe:** use default export ([4aad562](https://github.com/liangchunn/typescript-node-scripts/commit/4aad562))
19+
20+
21+
22+
<a name="1.0.0"></a>
23+
# [1.0.0](https://github.com/liangchunn/typescript-node-scripts/compare/v0.5.0...v1.0.0) (2018-08-29)
924

1025

1126
### Features

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": "1.0.2",
3+
"version": "1.0.3",
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)