diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a979c9..d2978ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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). +#### [0.3.1](https://github.com/SatelCreative/formik-polaris/compare/0.2.0...0.3.1) + +> 27 August 2019 + +- Bump deps and disable when submitting [`#15`](https://github.com/SatelCreative/formik-polaris/pull/15) +- Bump @testing-library/react from 9.0.1 to 9.1.0 [`#5`](https://github.com/SatelCreative/formik-polaris/pull/5) +- Add changelog [`9701df8`](https://github.com/SatelCreative/formik-polaris/commit/9701df8e946a2e35a7637957b88f62b6b66236e9) +- Release 0.3.1 [`82db04e`](https://github.com/SatelCreative/formik-polaris/commit/82db04ebd852403b203458aade4a002208e08f24) + #### 0.2.0 > 9 August 2019 diff --git a/package.json b/package.json index a8f3a7d..52600d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@satel/formik-polaris", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "main": "dist/index.js", "umd:main": "dist/formik-polaris.umd.production.js",