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 24, 2024
1 parent b9794ea commit 48a3c2b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/plugin-session-replay-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.1](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-10-24)

### Bug Fixes

- **plugin-session-replay-browser:** add error catching/isolation to sr plugin apis
([ab6cbb5](https://github.com/amplitude/Amplitude-TypeScript/commit/ab6cbb599db322b9b27685b3fcfc0d60a3cd41b3))

# Change Log

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

# [1.8.0](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-10-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-session-replay-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/plugin-session-replay-browser",
"version": "1.8.0",
"version": "1.8.1",
"description": "",
"author": "Amplitude Inc",
"homepage": "https://github.com/amplitude/Amplitude-TypeScript",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-session-replay-browser/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Autogenerated by `yarn version-file`. DO NOT EDIT
export const VERSION = '1.8.0';
export const VERSION = '1.8.1';

0 comments on commit 48a3c2b

Please sign in to comment.