Skip to content

Commit 8748a71

Browse files
committed
Bump version to 1.3.0 + CHANGELOG
1 parent 0bff45a commit 8748a71

3 files changed

Lines changed: 18 additions & 12 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.3.0](https://github.com/translation/angular/releases/tag/v1.3.0) (2023-01-10)
4+
5+
#### Fixes (bugs & defects):
6+
7+
* Improve interpolation substitution to be more resilient to bad XLF formatting.
8+
39
## [v1.2.0](https://github.com/translation/angular/releases/tag/v1.2.0) (2022-10-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: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@translation/angular",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Translation.io client for Angular applications",
55
"repository": {
66
"type": "git",
@@ -37,20 +37,20 @@
3737
"access": "public"
3838
},
3939
"author": {
40-
"name" : "Michaël Hoste",
41-
"email" : "michael@translation.io",
42-
"url" : "https://translation.io"
40+
"name": "Michaël Hoste",
41+
"email": "michael@translation.io",
42+
"url": "https://translation.io"
4343
},
4444
"contributors": [
4545
{
46-
"name" : "Didier Toussaint",
47-
"email" : "didier@translation.io",
48-
"url" : "https://translation.io"
46+
"name": "Didier Toussaint",
47+
"email": "didier@translation.io",
48+
"url": "https://translation.io"
4949
},
5050
{
51-
"name" : "Simon Cannuyer",
52-
"email" : "simon@corellia.be",
53-
"url" : "https://corellia.be"
51+
"name": "Simon Cannuyer",
52+
"email": "simon@corellia.be",
53+
"url": "https://corellia.be"
5454
}
5555
],
5656
"license": "MIT",

0 commit comments

Comments
 (0)