diff --git a/CHANGELOG.md b/CHANGELOG.md index 2880673..bb792e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/bamdadsabbagh/next-replace-url/compare/v1.0.2...v1.0.3) (2022-03-31) + + +### Performance Improvements + +* **NPM:** Add keyword `nextjs` ([a22ae40](https://github.com/bamdadsabbagh/next-replace-url/commit/a22ae40a01b685cf4ec03e0d333a3843c826eb2f)) + ## [1.0.2](https://github.com/bamdadsabbagh/next-replace-url/compare/v1.0.1...v1.0.2) (2022-03-30) diff --git a/package.json b/package.json index ad8e283..4069f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-replace-url", - "version": "1.0.2", + "version": "1.0.3", "description": "Replace URL parameters in Next.js without re-rendering", "author": { "name": "Bamdad Sabbagh",