Skip to content

Commit 3efc7e2

Browse files
chore(release): 0.4.0
1 parent 081e114 commit 3efc7e2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.4.0"></a>
6+
# [0.4.0](https://github.com/securedeveloper/react-data-export/compare/v0.3.7...v0.4.0) (2018-04-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **graphite:** move to npm package ([560b2f9](https://github.com/securedeveloper/react-data-export/commit/560b2f9)), closes [issue#41](https://github.com/issue/issues/41)
12+
13+
14+
### Features
15+
16+
* add jest support ([ff3a2ba](https://github.com/securedeveloper/react-data-export/commit/ff3a2ba))
17+
18+
19+
520
<a name="0.3.7"></a>
621
## [0.3.7](https://github.com/securedeveloper/react-data-export/compare/v0.3.6...v0.3.7) (2018-04-04)
722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-data-export",
3-
"version": "0.3.7",
3+
"version": "0.4.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)