diff --git a/Changelog.md b/Changelog.md index aae5249..9ff5560 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ + +# [0.16.2](https://github.com/martinroob/ngx-i18nsupport/compare/v0.16.2...v0.16.1) (2018-06-01) + +### Bug fixes +* **xliff 1.2 format:** Invalid order of target element in xlf12. +([#90](https://github.com/martinroob/ngx-i18nsupport/issues/90)) + # [0.16.1](https://github.com/martinroob/ngx-i18nsupport/compare/v0.16.1...v0.16.0) (2018-05-25) diff --git a/package.json b/package.json index 1286fae..3d76fb0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "chalk": "^2.4.1", "commander": "^2.15.1", - "ngx-i18nsupport-lib": "^1.9.1", + "ngx-i18nsupport-lib": "^1.9.2", "request": "^2.85.0", "rxjs": "^6.0.0" }, diff --git a/yarn.lock b/yarn.lock index ef74294..514c99f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -945,9 +945,9 @@ nan@^2.3.0: version "2.6.1" resolved "https://registry.yarnpkg.com/nan/-/nan-2.6.1.tgz#8c84f7b14c96b89f57fbc838012180ec8ca39a01" -ngx-i18nsupport-lib@^1.9.1: - version "1.9.1" - resolved "https://registry.yarnpkg.com/ngx-i18nsupport-lib/-/ngx-i18nsupport-lib-1.9.1.tgz#0196db64ce6c171b1abe7cbee5470ce353883acc" +ngx-i18nsupport-lib@^1.9.2: + version "1.9.2" + resolved "https://registry.yarnpkg.com/ngx-i18nsupport-lib/-/ngx-i18nsupport-lib-1.9.2.tgz#4057029b56c33cbe78b882225c5d63b773d13cc5" dependencies: "@types/xmldom" "^0.1.29" pretty-data "^0.40.0"