diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d90aa..75513ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.1.0](https://github.com/mohammedhammoud/react-native-hud-view/compare/v2.0.1...v2.1.0) (2024-05-06) + + +### Bug Fixes + +* export types ([b947786](https://github.com/mohammedhammoud/react-native-hud-view/commit/b947786b3dc9a2c1bf041222eaeaa461291854de)) +* make it possibile to click background items when active ([85bef70](https://github.com/mohammedhammoud/react-native-hud-view/commit/85bef70c96fbe701cca4504d228985cdaba00d92)) + + +### Features + +* add possibility to pass global color ([9eb65e1](https://github.com/mohammedhammoud/react-native-hud-view/commit/9eb65e126a4d7757e4b202e354733715d51e0bc0)) + ## [2.0.1](https://github.com/mohammedhammoud/react-native-hud-view/compare/v2.0.0...v2.0.1) (2023-04-26) diff --git a/package.json b/package.json index c46ba11..cb6e3ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-hud-view", - "version": "2.0.1", + "version": "2.1.0", "description": "A lightweight, flexible, and customizable progress indicator library for React Native. The library provides an easy way to show a HUD (Heads-up Display) when you need to indicate progress or loading in your application.", "keywords": [ "react-native",