diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a04e0..d4055b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog of `@rescript-react-native/svg` +## 12.1.8 - 2021-06-20 + +- Added touch event props [#9](https://github.com/rescript-react-native/svg/pull/9) by [@reck753](https://github.com/reck753) + ## 12.1.7 - 2021-05-03 ReScript diff --git a/package.json b/package.json index 5f21117..238be8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rescript-react-native/svg", "description": "ReScript bindings for react-native-svg.", - "version": "12.1.7", + "version": "12.1.8", "publishConfig": { "access": "public" },