intl-messageformat-parser
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.0.6](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.0.5...intl-messageformat-parser@5.0.6) (2020-05-21) | ||
### Bug Fixes | ||
* **intl-messageformat:** fix rendering tag inside plural, fix [#1680](https://github.com/formatjs/formatjs/issues/1680) ([dd4f6c6](https://github.com/formatjs/formatjs/commit/dd4f6c626055688b8b596b164f0836e9ea65fb1e)) | ||
## [5.0.5](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.0.4...intl-messageformat-parser@5.0.5) (2020-05-21) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "intl-messageformat-parser", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Parses ICU Message strings into an AST via JavaScript.", | ||
@@ -52,3 +52,3 @@ "main": "dist/index.js", | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "9c42bb2957b26fec37ae5aa6a3b019c2444c4707", | ||
"gitHead": "f5a6ec400562cff75173a9e4837804d6dddf1217", | ||
"devDependencies": { | ||
@@ -55,0 +55,0 @@ "@types/jest": "^25.2.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1187211