Skip to content

Commit

Permalink
chore(release): 3.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.10.1](v3.10.0...v3.10.1) (2024-07-24)

### Bug Fixes

* **router:** fix the sort function of the router ([9dc055c](9dc055c)), closes [#248](#248)
  • Loading branch information
semantic-release-bot committed Jul 24, 2024
1 parent bdf03f9 commit 215228e
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 @@
## [3.10.1](https://github.com/svobik7/next-roots/compare/v3.10.0...v3.10.1) (2024-07-24)


### Bug Fixes

* **router:** fix the sort function of the router ([9dc055c](https://github.com/svobik7/next-roots/commit/9dc055cd8b30bd4245422d2b0c3b8e8a88bc658e)), closes [#248](https://github.com/svobik7/next-roots/issues/248)

# [3.10.0](https://github.com/svobik7/next-roots/compare/v3.9.0...v3.10.0) (2024-07-24)


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": "3.10.0",
"version": "3.10.1",
"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 215228e

Please sign in to comment.