Skip to content

Commit

Permalink
7.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dbismut committed Aug 31, 2020
1 parent d59d830 commit 491d0cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 7.0.16 Release

**Summary:** Minor release.

### Fixed

1. Polyfill for `Math.sign` [#206](https://github.com/react-spring/react-use-gesture/pull/206).

## 7.0.15 Release

**Summary:** Fixes touchcancel on drag.
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-use-gesture",
"version": "7.0.15",
"version": "7.0.16",
"description": "React hook for receiving gestures https://use-gesture.netlify.app",
"main": "dist/index.js",
"module": "dist/react-use-gesture.esm.js",
Expand Down

0 comments on commit 491d0cb

Please sign in to comment.