nuxt-i18n
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="3.2.3"></a> | ||
## [3.2.3](https://github.com/nuxt-community/nuxt-i18n/compare/v3.2.2...v3.2.3) (2018-05-10) | ||
### Bug Fixes | ||
* Fix 'logger is not defined' error ([b79b570](https://github.com/nuxt-community/nuxt-i18n/commit/b79b570)) | ||
<a name="3.2.2"></a> | ||
@@ -7,0 +17,0 @@ ## [3.2.2](https://github.com/nuxt-community/nuxt-i18n/compare/v3.2.1...v3.2.2) (2018-05-10) |
{ | ||
"name": "nuxt-i18n", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "i18n for Nuxt", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -27,3 +27,3 @@ /** | ||
} catch (error) { | ||
logger.error(error) | ||
console.error(error) | ||
} | ||
@@ -30,0 +30,0 @@ <% } %> |
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
37564