Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed May 15, 2021
1 parent aa87c70 commit f64078d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

## [v0.0.8](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.7...v0.0.8)
## [v0.1.0](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.8...v0.1.0)

#### Features

- feat: Add Tap and Double Tap Support ([fd1ad65](https://github.com/enesozturk/react-native-hold-menu-dev/commit/fd1ad653cad4f1f3a212eedda5a4d87f54077510)).

#### Improvements

- chore: replace react-native-haptic-feedback with expo-haptics ([5fcc0b2](https://github.com/enesozturk/react-native-hold-menu-dev/commit/5fcc0b2b144b9ea93debafe05f80a244b91d1c99)).

#### Fixes

- fix: disable calling animations again when they are already active ([e1848dc](https://github.com/enesozturk/react-native-hold-menu-dev/commit/e1848dca63f46c5ed50685a78471e043c9aba2c3)).

## [v0.0.8](https://github.com/enesozturk/react-native-hold-menu-dev/compare/v0.0.7...v0.0.8) - 2021-03-05

#### Improvements

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-hold-menu",
"version": "0.0.8",
"version": "0.1.0",
"description": "A performant, easy to use hold to open context menu for React Native powered by Reanimated.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit f64078d

Please sign in to comment.