diff --git a/CHANGELOG.md b/CHANGELOG.md index 537460a..245ae0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.15-beta.1](https://github.com/moeen-mahmud/react-native-floating-tab/compare/v1.0.14-beta.1...v1.0.15-beta.1) (2024-10-07) + + +### Bug Fixes + +* trying to fix the release yml file [#2](https://github.com/moeen-mahmud/react-native-floating-tab/issues/2) ([5738e08](https://github.com/moeen-mahmud/react-native-floating-tab/commit/5738e0891bb0112bfcb6de7f28b2852b7a4e2f47)) + ## [1.0.14-beta.1](https://github.com/moeen-mahmud/react-native-floating-tab/compare/v1.0.13-beta.1...v1.0.14-beta.1) (2024-10-06) diff --git a/package-lock.json b/package-lock.json index 325bb89..08cb298 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-floating-tab", - "version": "1.0.14-beta.1", + "version": "1.0.15-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-floating-tab", - "version": "1.0.14-beta.1", + "version": "1.0.15-beta.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "^19.5.0", diff --git a/package.json b/package.json index 544148c..ec7f913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-floating-tab", - "version": "1.0.14-beta.1", + "version": "1.0.15-beta.1", "description": "A collection of simple animated floating bottom tabs for React Native. Supports React Navigation and Expo Router.", "main": "build/index.js", "types": "build/index.d.ts",