Skip to content

Commit

Permalink
chore(release): 4.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.2](v4.0.1...v4.0.2) (2024-12-17)

### Bug Fixes

* **templates:** removed unused compileHref from page template and fixed generateViewport function ([ebc5e0f](ebc5e0f)), closes [#320](#320)
  • Loading branch information
semantic-release-bot committed Dec 17, 2024
1 parent 54ff8cf commit 3bd3599
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3bd3599

Please sign in to comment.