Skip to content

Commit

Permalink
chore: release 0.10.0 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Apr 21, 2021
1 parent a5a9c29 commit a18286c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.10.0](https://www.github.com/zakodium/react-plot/compare/v0.9.0...v0.10.0) (2021-04-21)


### Features

* add annotations as children to PlotObject ([241c941](https://www.github.com/zakodium/react-plot/commit/241c941523e2be94e614b92efd21afdfb61f7d47))
* add annotations to plotObject ([4a6ade9](https://www.github.com/zakodium/react-plot/commit/4a6ade945d57572117b5653020c1eba20345c67d))


### Bug Fixes

* shape story out of viewport ([a5a9c29](https://www.github.com/zakodium/react-plot/commit/a5a9c29cb6469f86a4d36417886f8bb42923d4e3))

## [0.9.0](https://www.github.com/zakodium/react-plot/compare/v0.8.0...v0.9.0) (2021-04-20)


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.9.0",
"version": "0.10.0",
"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 a18286c

Please sign in to comment.