Skip to content

Commit

Permalink
closes #90: Invalid order of target element in xlf12
Browse files Browse the repository at this point in the history
  • Loading branch information
martinroob committed Jun 1, 2018
1 parent ba20a72 commit e350286
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
@@ -1,3 +1,10 @@
<a name="0.16.2"></a>
# [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))

<a name="0.16.1"></a>
# [0.16.1](https://github.com/martinroob/ngx-i18nsupport/compare/v0.16.1...v0.16.0) (2018-05-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit e350286

Please sign in to comment.