From 0e2f2897a80f09fa15953d7786f7508a2d7d2276 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Mar 2022 14:39:42 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",