Skip to content

Commit

Permalink
chore: release v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
calintamas committed Dec 14, 2023
1 parent 1b23564 commit d64f941
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,12 @@ Headers are one of:

- `Added`, `Changed`, `Removed`, `Fixed` or `Breaking`.

## [2.1.10]

### Fixed

- Toast showing again when dragging after it was dismissed [#488](https://github.com/calintamas/react-native-toast-message/pull/488)

## [2.1.9]

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-toast-message",
"version": "2.1.9",
"version": "2.1.10",
"description": "Toast message component for React Native",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit d64f941

Please sign in to comment.