Skip to content

Commit 3818ec5

Browse files
committed
Bump version to 1.6.0
1 parent b555745 commit 3818ec5

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.6.0](https://github.com/translation/angular/releases/tag/v1.6.0) (2023-02-20)
4+
5+
#### Fixes (bugs & defects):
6+
7+
* Don't write empty `<target>` in translated XLF, it prevented the fallback to source language to work as intended.
8+
39
## [v1.5.0](https://github.com/translation/angular/releases/tag/v1.5.0) (2023-01-13)
410

511
#### New features:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@translation/angular",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Translation.io client for Angular applications",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)