Skip to content

Commit

Permalink
0.5.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 5c3cb32 commit 764d355
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.4.10](N/A) - 2019-11-08
### [0.5.0](N/A) - 2020-09-05
#### Changes
* Update to TypeScript 4.0


--------
### [0.4.10](https://github.com/TeamworkGuy2/xlsx-spec-models/commit/5c3cb32c0b968ca42e65f6938eb83bc0ca98e0be) - 2019-11-08
#### Changes
* Update to TypeScript 3.7

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": "xlsx-spec-models",
"version": "0.4.10",
"version": "0.5.0",
"description": "TypeScript Open XML XLSX format models with DOM read/write methods",
"author": "TeamworkGuy2",
"homepage" : "https://github.com/TeamworkGuy2/xlsx-spec-models",
Expand All @@ -14,10 +14,10 @@
"@types/chai": "~4.2.4",
"@types/mocha": "~5.2.7",
"@types/node": "^12.0.0",
"@twg2/dom-builder": "~0.7.2",
"@twg2/dom-builder": "~0.8.0",
"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

0 comments on commit 764d355

Please sign in to comment.