diff --git a/CHANGELOG.md b/CHANGELOG.md index 623bf49..2faa011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. Project versioning adheres to [Semantic Versioning](http://semver.org/). Change log format is based on [Keep a Changelog](http://keepachangelog.com/). +## [7.12.10](https://github.com/locize/locize-cli/compare/v7.12.9...v7.12.10) - 2022-11-23 + +- update android-string-resource dependency to fix [#80](https://github.com/locize/locize-cli/issues/80) + ## [7.12.9](https://github.com/locize/locize-cli/compare/v7.12.8...v7.12.9) - 2022-11-23 - update android-string-resource dependency to fix [#79](https://github.com/locize/locize-cli/issues/79) diff --git a/package.json b/package.json index fab1fa2..16b2db3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@js.properties/properties": "0.5.4", - "android-string-resource": "2.3.5", + "android-string-resource": "2.3.6", "async": "3.2.4", "cacheable-lookup": "6.1.0", "colors": "1.4.0",