diff --git a/CHANGELOG.md b/CHANGELOG.md index d7437ff..89f1277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.1.0](https://github.com/busfor/react-native-collapsible-navbar-scrollview/compare/v1.0.9...v1.1.0) + +> 14 June 2020 + +- Bump acorn from 6.4.0 to 6.4.1 in /example [`#2`](https://github.com/busfor/react-native-collapsible-navbar-scrollview/pull/2) +- workflows [`fbdcac1`](https://github.com/busfor/react-native-collapsible-navbar-scrollview/commit/fbdcac1a5c94eb5f9b30cbe8bdd54fa2170ac944) +- fix getNode() issue [`fb0966e`](https://github.com/busfor/react-native-collapsible-navbar-scrollview/commit/fb0966e15885c86e6276e779f2227c7ff6fafcbf) + #### [v1.0.9](https://github.com/busfor/react-native-collapsible-navbar-scrollview/compare/v1.0.8...v1.0.9) > 10 March 2020 diff --git a/package.json b/package.json index bc78500..d1b2c1f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@busfor/react-native-collapsible-navbar-scrollview", "title": "React Native Collapsible NavBar ScrollView", - "version": "1.0.9", + "version": "1.1.0", "description": "React Native collapsible navBar implementation", "main": "dist/index.js", "typings": "dist/index.d.ts",