Skip to content

Commit dcd21be

Browse files
committed
chore(release): 0.3.3
1 parent bccc953 commit dcd21be

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.3.3"></a>
6+
## [0.3.3](https://github.com/securedeveloper/react-data-export/compare/v0.3.0...v0.3.3) (2018-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* package.json to reduce vulnerabilities ([cfc5ecb](https://github.com/securedeveloper/react-data-export/commit/cfc5ecb))
12+
13+
14+
515
<a name="0.3.2"></a>
616
## [0.3.2](https://github.com/securedeveloper/react-data-export/compare/v0.3.0...v0.3.2) (2018-04-02)
717

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.3.2",
3+
"version": "0.3.3",
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)