Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2022-11-11)

### Features

* RNReanimated v2 ([#29](#29)) ([511db88](511db88))

### BREAKING CHANGES

* drop reanimated v1

* chore(ci): setup GitHub Actions
  • Loading branch information
semantic-release-bot committed Nov 11, 2022
1 parent 511db88 commit 55a7620
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
@@ -0,0 +1,13 @@
# [3.0.0](https://github.com/ken0x0a/react-native-reanimated-indicators/compare/v2.0.0...v3.0.0) (2022-11-11)


### Features

* RNReanimated v2 ([#29](https://github.com/ken0x0a/react-native-reanimated-indicators/issues/29)) ([511db88](https://github.com/ken0x0a/react-native-reanimated-indicators/commit/511db88679526c2e90d3875f4bad6be4df51371f))


### BREAKING CHANGES

* drop reanimated v1

* chore(ci): setup GitHub Actions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated-indicators",
"version": "0.0.0-development",
"version": "3.0.0",
"description": "non ui blocking indicators for react-native using reanimated",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 55a7620

Please sign in to comment.