Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Aug 12, 2023
1 parent 0ed2ff0 commit 9c442dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/next-international/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- [Fallback locale for missing translations](#fallback-locale-for-missing-translations)
- [Load initial locales client-side](#load-initial-locales-client-side)
- [Rewrite the URL to hide the locale](#rewrite-the-url-to-hide-the-locale)
- [Override the user's locale resolution](#override-the-user-s-locale-resolution)
- [Override the user's locale resolution](#override-the-users-locale-resolution)
- [Use the types for my own library](#use-the-types-for-my-own-library)
- [Testing](#testing)
- [License](#license)
Expand Down
2 changes: 1 addition & 1 deletion packages/next-international/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-international",
"version": "0.8.2",
"version": "0.9.0",
"description": "Type-safe internationalization (i18n) for Next.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 9c442dd

Please sign in to comment.