From f18a39dab30414901ea9f15106527f218ae1cf6c Mon Sep 17 00:00:00 2001 From: Moeen Mahmud <61315959+moeen-mahmud@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:34:04 +0600 Subject: [PATCH] chore(main): release 1.0.16-beta.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245ae0a..ca64c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.16-beta.1](https://github.com/moeen-mahmud/react-native-floating-tab/compare/v1.0.15-beta.1...v1.0.16-beta.1) (2024-10-09) + + +### Bug Fixes + +* updates the base tsconfig.json to generate declaration | updates the release file ([4ae5857](https://github.com/moeen-mahmud/react-native-floating-tab/commit/4ae5857b6b260527333c0f3ca2802e22ac794cd9)) + ## [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) diff --git a/package.json b/package.json index ec7f913..dc98ba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-floating-tab", - "version": "1.0.15-beta.1", + "version": "1.0.16-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",