Skip to content

Commit 50b3dbc

Browse files
committed
0.8.0 - Update to TypeScript 4.4
1 parent 3dc8863 commit 50b3dbc

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.7.1](N/A) - 2021-07-08
7+
### [0.8.0](N/A) - 2022-01-03
8+
#### Changed
9+
* Update to TypeScript 4.4
10+
11+
12+
--------
13+
### [0.7.1](https://github.com/TeamworkGuy2/excel-builder-ts/commit/3dc8863f5bb3703c7f7867121e281c7a02876bf8) - 2021-07-08
814
#### Changed
915
* Extract several parameter and field types into public interfaces
1016

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.7.1",
3+
"version": "0.8.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.3.2"
18+
"typescript": "~4.4.4"
1919
},
2020
"scripts": {
2121
"test": "node node_modules/mocha/bin/_mocha -u tdd --recursive",

0 commit comments

Comments
 (0)