diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c94774..787342f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.7.1](https://github.com/ecomplus/i18n/compare/v1.7.0...v1.7.1) (2020-04-20) + + +### Bug Fixes + +* **pt-br:** fix i19inStock to 'Em estoque' ([a37fc27](https://github.com/ecomplus/i18n/commit/a37fc27be16cb03b3c55bf24a98f531c5e22c099)) +* **pt-br:** fix i19only to 'Apenas' ([45a194c](https://github.com/ecomplus/i18n/commit/45a194c70bcfa709c6191c7367b7e0128f9d21f2)) + ## [1.7.0](https://github.com/ecomplus/i18n/compare/v1.6.0...v1.7.0) (2020-03-26) diff --git a/package-lock.json b/package-lock.json index 151954d..11f29b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8056155..a5a7c88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ecomplus/i18n", - "version": "1.7.0", + "version": "1.7.1", "description": "Tree shakable dictionary for e-commerce JS apps", "main": "dist/i18n.min.js", "module": "src/index.js",