File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments