Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @amplitude/[email protected]
  • Loading branch information
amplitude-sdk-bot committed Oct 30, 2024
1 parent 8a8219e commit 2b09117
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/plugin-session-replay-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.2.0 (2024-10-30)

### Features

- session replay plugin for react native
([23ab05e](https://github.com/amplitude/Amplitude-TypeScript/commit/23ab05e5ae8bdc76dddd272aface9783d410f299))
3 changes: 1 addition & 2 deletions packages/plugin-session-replay-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/plugin-session-replay-react-native",
"version": "0.1.0",
"version": "0.2.0",
"description": "Amplitude Session Replay plugin for React Native",
"keywords": [
"analytics",
Expand Down Expand Up @@ -67,7 +67,6 @@
},
"dependencies": {
"@amplitude/analytics-types": "^1.3.4"

},
"devDependencies": {
"@types/react": "^18.0.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-session-replay-react-native/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.0.1';
export const VERSION = '0.2.0';

0 comments on commit 2b09117

Please sign in to comment.