diff --git a/CHANGELOG.md b/CHANGELOG.md index f1314d7..6950b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.2](https://github.com/svobik7/next-roots/compare/v4.0.1...v4.0.2) (2024-12-17) + + +### Bug Fixes + +* **templates:** removed unused compileHref from page template and fixed generateViewport function ([ebc5e0f](https://github.com/svobik7/next-roots/commit/ebc5e0fa5c5d4c2c060aba5542f8dac5bd90ba11)), closes [#320](https://github.com/svobik7/next-roots/issues/320) + ## [4.0.1](https://github.com/svobik7/next-roots/compare/v4.0.0...v4.0.1) (2024-12-02) diff --git a/package.json b/package.json index 4c8518a..68672b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-roots", - "version": "4.0.1", + "version": "4.0.2", "description": "Utility to handle internationalized routing for Next.js app folder.", "main": "dist/index.js", "types": "dist/index.d.ts",