Skip to content

Commit 9a1e834

Browse files
committed
0.7.0 - Update to TypeScript 4.3
1 parent c0ed9a9 commit 9a1e834

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This project does its best to adhere to [Semantic Versioning](http://semver.org/
44

55

66
--------
7-
### [0.6.2](N/A) - 2020-11-25
7+
### [0.7.0](N/A) - 2021-06-12
8+
#### Changed
9+
* Update to TypeScript 4.3
10+
11+
12+
--------
13+
### [0.6.2](https://github.com/TeamworkGuy2/excel-builder-ts/commit/c0ed9a93212b19b16118f59f55cbb8b4bf9b74f4) - 2020-11-25
814
#### Changed
915
* Fix issue with `StyleSheet` `BorderProperty.color` and `FontStyle.color` fields not supporting type `string`
1016
* Split `StyleSheet` `Fill` interface into `PatternFill` and `GradientFill` and make `Fill` a union type

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-builder-ts",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
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",
@@ -15,7 +15,7 @@
1515
"@types/mocha": "~5.2.7",
1616
"chai": "^4.2.0",
1717
"mocha": "^5.2.0",
18-
"typescript": "~4.0.2"
18+
"typescript": "~4.3.2"
1919
},
2020
"scripts": {
2121
"test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",

0 commit comments

Comments
 (0)