Skip to content

Commit

Permalink
🔖 release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouvrette committed Jan 26, 2022
1 parent eeb3092 commit f67cd02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.10.1](https://github.com/Avansai/next-multilingual/compare/0.10.0...0.10.1) (2022-01-26)


### Bug Fixes

* downgrade to Node.js 14 for Vercel support ([f4cf125](https://github.com/Avansai/next-multilingual/commit/f4cf125ac9057d3d5838d260f655b5124527bf6d))

# [0.10.0](https://github.com/Avansai/next-multilingual/compare/0.9.7...0.10.0) (2022-01-25)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-multilingual",
"description": "An opinionated end-to-end solution for Next.js applications that requires multiple languages.",
"version": "0.10.0",
"version": "0.10.1",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f67cd02

Please sign in to comment.