Skip to content

Commit

Permalink
chore(release): 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eunchurn committed May 2, 2022
1 parent e3c4401 commit 21f5e8e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

### [0.2.2](https://github.com/eunchurn/windrose-chart/compare/v0.2.1...v0.2.2) (2022-05-02)


### Bug Fixes

* **deps:** update ([4a70440](https://github.com/eunchurn/windrose-chart/commit/4a70440930a41d8cd8fddf565a2e04b2bc2568f0))
* **deps:** update react monorepo to v17 ([ed32c3c](https://github.com/eunchurn/windrose-chart/commit/ed32c3cdf72da7b2df24ceb0a6d6a4cb167891c3))
* **minimist:** vulnerability fix ([919bc9a](https://github.com/eunchurn/windrose-chart/commit/919bc9a50d7b47ea77c41046fc5feba4424fe83b))
* **script:** ci ([ab7aa0e](https://github.com/eunchurn/windrose-chart/commit/ab7aa0ea25aed5e64b0f7b1d1c74d5d0190504bf))

### [0.2.1](https://github.com/eunchurn/windrose-chart/compare/v0.2.0...v0.2.1) (2022-02-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eunchurn/windrose-chart",
"version": "0.2.1",
"version": "0.2.2",
"description": "React Windrose Chart Component (D3js implemented SVG rendering)",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 21f5e8e

Please sign in to comment.