Skip to content

Commit

Permalink
chore(main): release 0.20.1 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Jun 28, 2022
1 parent 0aa6f36 commit 60cd2c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.20.1](https://github.com/zakodium-oss/react-plot/compare/v0.20.0...v0.20.1) (2022-06-28)


### Bug Fixes

* correctly compute default axis in hooks ([#424](https://github.com/zakodium-oss/react-plot/issues/424)) ([0aa6f36](https://github.com/zakodium-oss/react-plot/commit/0aa6f36471ef88473dd565931f48dff04acdead7))

## [0.20.0](https://github.com/zakodium-oss/react-plot/compare/v0.19.1...v0.20.0) (2022-06-23)


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": "react-plot",
"version": "0.20.0",
"version": "0.20.1",
"description": "Library of React components to render SVG 2D plots.",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit 60cd2c2

Please sign in to comment.