Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [@segment/analytics-react-native-plugin-clevertap-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.0...@segment/analytics-react-native-plugin-clevertap-v1.0.1) (2023-04-18)

### Bug Fixes

* stricter linting, improved handling of plugin errrors ([#795](#795)) ([1ddb4d5](1ddb4d5)), closes [#799](#799) [#803](#803) [#802](#802)
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent 7997172 commit f0d24f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/plugins/plugin-clevertap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [@segment/analytics-react-native-plugin-clevertap-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-clevertap-v1.0.0...@segment/analytics-react-native-plugin-clevertap-v1.0.1) (2023-04-18)


### Bug Fixes

* stricter linting, improved handling of plugin errrors ([#795](https://github.com/segmentio/analytics-react-native/issues/795)) ([1ddb4d5](https://github.com/segmentio/analytics-react-native/commit/1ddb4d571df794bc7eaa5c5302ed27b90faf9a73)), closes [#799](https://github.com/segmentio/analytics-react-native/issues/799) [#803](https://github.com/segmentio/analytics-react-native/issues/803) [#802](https://github.com/segmentio/analytics-react-native/issues/802)

## @segment/analytics-react-native-plugin-clevertap-v1.0.0 (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-clevertap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-clevertap",
"version": "1.0.0",
"version": "1.0.1",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down

0 comments on commit f0d24f2

Please sign in to comment.