Skip to content

Commit 7a29375

Browse files
committed
updated for version 1.1.0
1 parent e57564e commit 7a29375

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

8+
## [1.1.0] - 2022-03-03
9+
10+
### Added
11+
12+
- new full demo showcasing every available style method
13+
- new `XLSX.style_version` library prop
14+
- new banner image on `README.md`
15+
16+
### Updated
17+
18+
- `xlsx.js` updated to version "0.18.5"
19+
- typescript defs props all documented now
20+
- lots of updates to README
21+
722
## [1.0.0] - 2021-01-25
823

9-
* Initial release
24+
- Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xlsx-js-style",
3-
"version": "1.1.0-beta",
3+
"version": "1.1.0",
44
"author": "gitbrent",
55
"description": "SheetJS Spreadsheet Community Edition plus Basic Cell Styles",
66
"homepage": "https://github.com/gitbrent/xlsx-js-style/",

0 commit comments

Comments
 (0)