Skip to content

Commit 49ea616

Browse files
authored
chore(main): release 1.4.2 (#456)
1 parent a5a69b9 commit 49ea616

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.4.2](https://github.com/zakodium-oss/react-plot/compare/v1.4.1...v1.4.2) (2022-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing key to scatter lines ([4e8eabc](https://github.com/zakodium-oss/react-plot/commit/4e8eabce2d50b436665c82ac3b4eced7b4ae48c5))
9+
* include src folder in build ([a93514d](https://github.com/zakodium-oss/react-plot/commit/a93514d2f647781bb108080e7eafc29f80371cdd))
10+
311
## [1.4.1](https://github.com/zakodium-oss/react-plot/compare/v1.4.0...v1.4.1) (2022-12-04)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plot",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Library of React components to render SVG 2D plots.",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)