diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f32123..068d91df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v2.0.0...v2.0.1) (2021-02-02) + + +### Bug Fixes + +* **plugin:** changed route compiler function to make sure we encode path segments consistently ([09a32f9](https://github.com/mohatt/gatsby-plugin-advanced-pages/commit/09a32f99728904e50c19ab62dd042d7c39436ea5)) + # [2.0.0](https://github.com/mohatt/gatsby-plugin-advanced-pages/compare/v1.4.1...v2.0.0) (2021-02-01) diff --git a/package-lock.json b/package-lock.json index 34cdb76c..36b8f294 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-advanced-pages", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1adee40..81398bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-advanced-pages", - "version": "2.0.0", + "version": "2.0.1", "description": "Gatsby plugin that allows easy creation of pages with dynamic features like pagination and custom routing", "main": "index.js", "types": "index.d.ts",