diff --git a/CHANGELOG.md b/CHANGELOG.md index 060385f..ff36da1 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). +#### [1.0.0-rc.0](https://github.com/SatelCreative/formik-polaris/compare/0.4.0...1.0.0-rc.0) + +> 9 December 2019 + +- Release 1.0.0-rc.0 [`5c8a955`](https://github.com/SatelCreative/formik-polaris/commit/5c8a95562918ef5acc1ff875c25f74dbdf40275e) +- Merge in master [`aa2f800`](https://github.com/SatelCreative/formik-polaris/commit/aa2f8006ae9626e232dba28a10d6b31a2fbcd42f) +- Add hooks to checkbox [`b54604d`](https://github.com/SatelCreative/formik-polaris/commit/b54604d57d04c8b7d69b75307f75291a5595938f) + #### [0.4.0](https://github.com/SatelCreative/formik-polaris/compare/0.3.1...0.4.0) > 12 November 2019 diff --git a/package.json b/package.json index c46080a..8be4573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@satel/formik-polaris", - "version": "1.0.0-rc.0", + "version": "1.0.0-rc.1", "license": "MIT", "main": "dist/index.js", "umd:main": "dist/formik-polaris.umd.production.js",