diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bef384..3630633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,28 @@ 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). +#### [v0.2.2](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.2.1...v0.2.2) + +> 17 May 2020 + +- Bump release-it from 12.6.3 to 13.6.0 [`#20`](https://github.com/kremalicious/gatsby-redirect-from/pull/20) +- Bump eslint-config-prettier from 4.3.0 to 6.11.0 [`#19`](https://github.com/kremalicious/gatsby-redirect-from/pull/19) +- Bump eslint from 5.16.0 to 7.0.0 [`#18`](https://github.com/kremalicious/gatsby-redirect-from/pull/18) +- Bump chalk from 2.4.2 to 4.0.0 [`#17`](https://github.com/kremalicious/gatsby-redirect-from/pull/17) +- Bump prettier from 1.19.1 to 2.0.5 [`#15`](https://github.com/kremalicious/gatsby-redirect-from/pull/15) +- Bump cross-env from 5.2.1 to 7.0.2 [`#16`](https://github.com/kremalicious/gatsby-redirect-from/pull/16) +- Bump auto-changelog from 1.16.4 to 2.0.0 [`#14`](https://github.com/kremalicious/gatsby-redirect-from/pull/14) +- fix typo on documentation [`#13`](https://github.com/kremalicious/gatsby-redirect-from/pull/13) +- bump more packages [`1341254`](https://github.com/kremalicious/gatsby-redirect-from/commit/1341254f066bc93943b3641af92dd4f9449c2280) +- formatting changes [`b8322b2`](https://github.com/kremalicious/gatsby-redirect-from/commit/b8322b2f3cc0f42b1b19a8226351207594e80c70) +- Update README.md [`69c66f9`](https://github.com/kremalicious/gatsby-redirect-from/commit/69c66f98998022a07582b14b11d4aba5b2e9979f) + #### [v0.2.1](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.2.0...v0.2.1) > 10 June 2019 - fix auto changelog [`bba9f39`](https://github.com/kremalicious/gatsby-redirect-from/commit/bba9f3915511193384863b61b28b3c7f36d1007f) +- Release 0.2.1 [`79b7c56`](https://github.com/kremalicious/gatsby-redirect-from/commit/79b7c56d0d81c9f84020358273bb9844711372f3) #### [v0.2.0](https://github.com/kremalicious/gatsby-redirect-from/compare/v0.1.1...v0.2.0) diff --git a/package.json b/package.json index 1498d52..7f20a48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-redirect-from", - "version": "0.2.1", + "version": "0.2.2", "author": "Matthias Kretschmann ", "description": "Set redirect urls in your YAML frontmatter within your Gatsby site's Markdown files. Mimics the behavior of jekyll-redirect-from.", "homepage": "https://github.com/kremalicious/gatsby-redirect-from",