Skip to content

Commit df4ce3b

Browse files
committed
0.5.2 - Update to TypeScript 3.7
1 parent b3a14d9 commit df4ce3b

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project does its best to adhere to [Semantic Versioning](http://semver.org/).
44

5+
--------
6+
### [0.5.2](N/A) - 2019-11-08
7+
#### Changed
8+
* Update to TypeScript 3.7
9+
510

611
--------
7-
### [0.5.1](N/A) - 2019-07-16
12+
### [0.5.1](https://github.com/TeamworkGuy2/excel-builder-ts/commit/b3a14d9f8e559e3071297c85aaa6bb6537137082) - 2019-07-16
813
#### Changed
914
* Update to TypeScript 3.5
1015
* Cache attributes array lookup in `Utils.defaults`

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-builder-ts",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "TypeScript Port of excel-builder.js - A way to build excel files with javascript",
55
"author": "TeamworkGuy2",
66
"homepage": "https://github.com/TeamworkGuy2/excel-builder-ts",
@@ -11,14 +11,14 @@
1111
},
1212
"dependencies": {},
1313
"devDependencies": {
14-
"@types/chai": "~4.1.7",
15-
"@types/mocha": "~5.2.5",
14+
"@types/chai": "~4.2.4",
15+
"@types/mocha": "~5.2.7",
1616
"chai": "~4.2.0",
1717
"mocha": "~5.2.0",
18-
"typescript": "~3.5.2"
18+
"typescript": "~3.7.2"
1919
},
2020
"scripts": {
21-
"test": "mocha -u tdd --recursive",
22-
"tsc": "tsc"
21+
"test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",
22+
"tsc": "node node_modules/typescript/bin/tsc"
2323
}
2424
}

0 commit comments

Comments
 (0)