Skip to content

Commit 05b2a0a

Browse files
author
Afzal Ahmad
committed
chore(release): 0.5.0
1 parent 32f76ee commit 05b2a0a

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.5.0"></a>
6+
# [0.5.0](https://github.com/securedeveloper/react-data-export/compare/v0.4.2...v0.5.0) (2018-09-24)
7+
8+
9+
### Bug Fixes
10+
11+
* Fixed[#41](https://github.com/securedeveloper/react-data-export/issues/41), Fixed[#55](https://github.com/securedeveloper/react-data-export/issues/55), Fixed[#66](https://github.com/securedeveloper/react-data-export/issues/66), Fixed[#67](https://github.com/securedeveloper/react-data-export/issues/67), Fixed[#68](https://github.com/securedeveloper/react-data-export/issues/68), Fixed[#69](https://github.com/securedeveloper/react-data-export/issues/69), Fixed[#72](https://github.com/securedeveloper/react-data-export/issues/72) ([0144afc](https://github.com/securedeveloper/react-data-export/commit/0144afc))
12+
* int cells were not supported in dataSet format ([513ae48](https://github.com/securedeveloper/react-data-export/commit/513ae48))
13+
* package vulnerabilities. ([082947a](https://github.com/securedeveloper/react-data-export/commit/082947a))
14+
* package vulnerabilities. ([d66eb9e](https://github.com/securedeveloper/react-data-export/commit/d66eb9e))
15+
* updated package to tempa-xlsx, updated jest test environment and imports. ([b4f03ac](https://github.com/securedeveloper/react-data-export/commit/b4f03ac))
16+
17+
18+
### Features
19+
20+
* support col width ([dc6dc60](https://github.com/securedeveloper/react-data-export/commit/dc6dc60))
21+
* update example with col widths ([4863aaf](https://github.com/securedeveloper/react-data-export/commit/4863aaf))
22+
23+
24+
525
<a name="0.4.2"></a>
626
## [0.4.2](https://github.com/securedeveloper/react-data-export/compare/v0.4.1...v0.4.2) (2018-04-24)
727

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-data-export",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"main": "dist/index.js",
55
"description": "A set of tools to export dataset from react to different formats.",
66
"repository": {

0 commit comments

Comments
 (0)