Skip to content

Commit

Permalink
Merge branch 'release/v1.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Aug 30, 2019
2 parents 09c0566 + 8cbcf54 commit 887656f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.5.2](https://github.com/johnnymillergh/typescript-playground/compare/v1.5.1...v1.5.2) (2019-08-30)


### Features

* **$package.json, TypeScript:** update TypeScript version to 3.6.2 ([aec8bb9](https://github.com/johnnymillergh/typescript-playground/commit/aec8bb9))



# [1.5.0](https://github.com/johnnymillergh/typescript-playground/compare/v1.4.0...v1.5.0-beta) (2019-08-28)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-playground",
"version": "1.5.0",
"version": "1.5.2",
"description": "Learning TypeScript",
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,8 +65,8 @@
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"tslint": "5.19.0",
"typescript": "3.5.3",
"webpack": "4.39.2",
"typescript": "3.6.2",
"webpack": "4.39.3",
"webpack-cli": "3.3.7",
"yargs": "13.3.0"
},
Expand Down

0 comments on commit 887656f

Please sign in to comment.