Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdrel committed May 17, 2019
1 parent 16e8aa4 commit 2cddc2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ T.translate('n', { context: 9 })) // 'Number 9'
You are welcomed to consult examples folder and unit tests for usage details and examples.

## Breaking changes
### 0.7
##### Literal \`\` changed to better match GitHub
Allows matching number of backticks (with optional whitespace) to form a literal. This allows quoting of the backtick pairs: ```` ``` `` ``` ```` => ``` `` ``` .

### 0.6
##### Literal \`\` in V1 syntax
New \`\` syntax \`\` (in V1 only) to disable MD processing.
Expand Down
14 changes: 7 additions & 7 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,6 +1,6 @@
{
"name": "i18n-react",
"version": "0.6.5",
"version": "0.7.0",
"description": "React JS text internationalization and externalizing",
"main": "dist/i18n-react.js",
"typings": "dist/i18n-react.d.ts",
Expand Down

0 comments on commit 2cddc2c

Please sign in to comment.