Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Apr 19, 2020
1 parent 013af5e commit c8119b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 2.0.0

- typescript: Update typings to export I18NextRequest instead of extending global express Request [211](https://github.com/i18next/i18next-express-middleware/pull/211)

### 1.9.1

- only setHeader if lng has value
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "i18next-express-middleware",
"version": "1.9.1",
"version": "2.0.0",
"description": "express middleware for i18next",
"main": "./lib/index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit c8119b1

Please sign in to comment.