diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ce262..cbd3a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [3.0.3](https://www.github.com/netlify/netlify-redirect-parser/compare/v3.0.2...v3.0.3) (2021-02-04) + + +### Bug Fixes + +* **deps:** update dependency @netlify/config to v4 ([#48](https://www.github.com/netlify/netlify-redirect-parser/issues/48)) ([7d6d1f8](https://www.github.com/netlify/netlify-redirect-parser/commit/7d6d1f81a27c9995c3d88470de5eaaa331dc1e4a)) + ### [3.0.2](https://www.github.com/netlify/netlify-redirect-parser/compare/v3.0.1...v3.0.2) (2021-01-22) diff --git a/package-lock.json b/package-lock.json index f907afe..7d01ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-redirect-parser", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e97cd60..d27c960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "netlify-redirect-parser", - "version": "3.0.2", + "version": "3.0.3", "description": "Parses netlify redirects into a js object representation", "main": "index.js", "scripts": {