Skip to content

Commit 6d9c871

Browse files
Evan YEvan Y
authored andcommitted
chore: release 0.2.0
1 parent 40ebc4d commit 6d9c871

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## [0.2.0](https://github.com/codeherence/react-native-graph/compare/v0.1.1-rc.2...v0.2.0) (2024-05-12)
4+
5+
6+
### Features
7+
8+
* introduce static line chart ([40ebc4d](https://github.com/codeherence/react-native-graph/commit/40ebc4dfa514785b30c7c8e31f2737a7d82fc100))
9+
310
## [0.1.1-rc.2](https://github.com/codeherence/react-native-graph/compare/v0.1.1-rc.1...v0.1.1-rc.2) (2024-05-03)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeherence/react-native-graph",
3-
"version": "0.1.1-rc.2",
3+
"version": "0.2.0",
44
"description": "A graphing library for React Native built with Shopify's react-native-skia.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)