Skip to content

Commit

Permalink
Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karellm committed Aug 8, 2020
1 parent d463cff commit 70c80bb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog

# 2.2.0 - latest
# 3.0.0 - latest

- `reactNamespace` option is gone #235

# 2.2.0

- Fix namespace parsing #233 #161

Expand Down
16 changes: 16 additions & 0 deletions docs/migration.md
@@ -1,3 +1,19 @@
# Migrating from `2.x` to `3.x`

## Breaking change

- `reactNamespace` option is gone. To use jsx in js file, [overwrite the lexer](https://github.com/i18next/i18next-parser#jsx).

---

# Migrating from `1.x` to `2.x`

## Breaking change

- Drop support for Node 6 and 8 (EOL)

---

# Migrating from `0.x` to `1.x`

## Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Karel Ledru",
"description": "Command Line tool for i18next",
"name": "i18next-parser",
"version": "2.2.0",
"version": "3.0.0",
"license": "MIT",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 70c80bb

Please sign in to comment.