Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed May 2, 2018
1 parent 86cb31e commit 0ee5297
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.1.3"></a>
## [0.1.3](https://github.com/ngx-translate/i18n-polyfill/compare/0.1.2...0.1.3) (2018-05-02)


### Bug Fixes

* **extractor:** serialize xml entities read from a source file ([86cb31e](https://github.com/ngx-translate/i18n-polyfill/commit/86cb31e))


<a name="0.1.2"></a>
## [0.1.2](https://github.com/ngx-translate/prolyfill/compare/0.1.0...0.1.2) (2018-01-05)
## [0.1.2](https://github.com/ngx-translate/i18n-polyfill/compare/0.1.0...0.1.2) (2018-01-05)


### Bug Fixes

* **build:** use unix LF for cli ([19a847b](https://github.com/ngx-translate/prolyfill/commit/19a847b)), closes [#5](https://github.com/ngx-translate/prolyfill/issues/5)
* **extractor:** support i18n messages with custom id/meaning/description ([07b0319](https://github.com/ngx-translate/prolyfill/commit/07b0319)), closes [#9](https://github.com/ngx-translate/prolyfill/issues/9)
* **build:** use unix LF for cli ([19a847b](https://github.com/ngx-translate/i18n-polyfill/commit/19a847b)), closes [#5](https://github.com/ngx-translate/i18n-polyfill/issues/5)
* **extractor:** support i18n messages with custom id/meaning/description ([07b0319](https://github.com/ngx-translate/i18n-polyfill/commit/07b0319)), closes [#9](https://github.com/ngx-translate/i18n-polyfill/issues/9)



Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngx-translate/i18n-polyfill",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ngx-translate/i18n-polyfill",
"description": "A speculative polyfill to support i18n code translations in Angular",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"scripts": {
"prebuild": "del-cli dist",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ngx-translate/prolyfill"
"url": "https://github.com/ngx-translate/i18n-polyfill"
},
"author": {
"name": "Olivier Combe",
Expand All @@ -42,7 +42,7 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ngx-translate/prolyfill/issues"
"url": "https://github.com/ngx-translate/i18n-polyfill/issues"
},
"peerDependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 0ee5297

Please sign in to comment.