Skip to content

Commit

Permalink
0.4.10 - Update to TypeScript 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamworkGuy2 committed Nov 9, 2019
1 parent fcd4706 commit 5c3cb32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 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.9](N/A) - 2019-07-06
### [0.4.10](N/A) - 2019-11-08
#### Changes
* Update to TypeScript 3.7


--------
### [0.4.9](https://github.com/TeamworkGuy2/xlsx-spec-models/commit/fcd4706bc6452d6eeec82250c16e0258888f72aa) - 2019-07-06
#### Changes
* Update to TypeScript 3.5

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xlsx-spec-models",
"version": "0.4.9",
"version": "0.4.10",
"description": "TypeScript Open XML XLSX format models with DOM read/write methods",
"author": "TeamworkGuy2",
"homepage" : "https://github.com/TeamworkGuy2/xlsx-spec-models",
Expand All @@ -11,13 +11,13 @@
},
"dependencies": {},
"devDependencies": {
"@types/chai": "~4.1.7",
"@types/mocha": "~5.2.5",
"@types/node": "~10.12.18",
"@twg2/dom-builder": "~0.7.0",
"@types/chai": "~4.2.4",
"@types/mocha": "~5.2.7",
"@types/node": "^12.0.0",
"@twg2/dom-builder": "~0.7.2",
"chai": "~4.2.0",
"mocha": "~5.2.0",
"typescript": "~3.5.2"
"typescript": "~3.7.2"
},
"scripts": {
"test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",
Expand Down

0 comments on commit 5c3cb32

Please sign in to comment.