Skip to content

Commit 887656f

Browse files
Merge branch 'release/v1.5.2'
2 parents 09c0566 + 8cbcf54 commit 887656f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.5.2](https://github.com/johnnymillergh/typescript-playground/compare/v1.5.1...v1.5.2) (2019-08-30)
2+
3+
4+
### Features
5+
6+
* **$package.json, TypeScript:** update TypeScript version to 3.6.2 ([aec8bb9](https://github.com/johnnymillergh/typescript-playground/commit/aec8bb9))
7+
8+
9+
110
# [1.5.0](https://github.com/johnnymillergh/typescript-playground/compare/v1.4.0...v1.5.0-beta) (2019-08-28)
211

312

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-playground",
3-
"version": "1.5.0",
3+
"version": "1.5.2",
44
"description": "Learning TypeScript",
55
"repository": {
66
"type": "git",
@@ -65,8 +65,8 @@
6565
"ts-loader": "6.0.4",
6666
"ts-node": "8.3.0",
6767
"tslint": "5.19.0",
68-
"typescript": "3.5.3",
69-
"webpack": "4.39.2",
68+
"typescript": "3.6.2",
69+
"webpack": "4.39.3",
7070
"webpack-cli": "3.3.7",
7171
"yargs": "13.3.0"
7272
},

0 commit comments

Comments
 (0)