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 Nov 4, 2024
1 parent c749556 commit cc8a236
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/analytics-react-native/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.4.11](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected]) (2024-11-04)

### Bug Fixes

- make table non nullable
([0dbd936](https://github.com/amplitude/Amplitude-TypeScript/commit/0dbd93636e404f1b8cb090661ff43da11e51ede2))

# Change Log

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

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplitude/analytics-react-native",
"version": "1.4.10",
"version": "1.4.11",
"description": "Official React Native SDK",
"keywords": [
"analytics",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-react-native/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.4.10';
export const VERSION = '1.4.11';

0 comments on commit cc8a236

Please sign in to comment.