Skip to content

Commit

Permalink
Bump to 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karellm committed Oct 1, 2023
1 parent 268ee96 commit f380546
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

# 8.7.0

- Handle attribute spreads #909 #908
- Fix index.d.ts #919
- Suppress warning about non-literal child when key/defaults are specified #900 #899
- Support custom namespaced functions and components #913 #912
- Update dependencies

# 8.7.0

- Add missing componentFunctions properties to JsxLexerConfig types #891 #842
- Fix unescape logic, expression props, and ICU format for Trans component #892 #886
- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "i18next-parser",
"description": "Command Line tool for i18next",
"version": "8.7.0",
"version": "8.8.0",
"type": "module",
"license": "MIT",
"author": "Karel Ledru",
Expand Down

0 comments on commit f380546

Please sign in to comment.