Skip to content

Commit

Permalink
0.9.0 - Update to TypeScript 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamworkGuy2 committed Sep 5, 2020
1 parent cbe2914 commit 899a284
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/


--------
### [0.8.5](N/A) - 2019-11-08
### [0.9.0](N/A) - 2020-09-04
#### Changed
* Update to TypeScript 4.0


--------
### [0.8.5](https://github.com/TeamworkGuy2/ts-date-times/commit/cbe2914f8c975ba0a7fc5ea487f9ba951b66abea) - 2019-11-08
#### Changed
* Update to TypeScript 3.7

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-date-times",
"version": "0.8.5",
"version": "0.9.0",
"description": "Manage dates, timestamps, and .NET DateTime JSON in TypeScript",
"author": "TeamworkGuy2",
"homepage": "https://github.com/TeamworkGuy2/ts-date-times",
Expand All @@ -16,7 +16,7 @@
"@types/mocha": "~5.2.7",
"chai": "~4.2.0",
"mocha": "~5.2.0",
"typescript": "~3.7.2"
"typescript": "~4.0.2"
},
"scripts": {
"test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"lib": [ "es2017" ],
"module": "commonjs",
"noEmitOnError": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"removeComments": false,
"sourceMap": false,
"strict": true,
Expand Down

0 comments on commit 899a284

Please sign in to comment.