Skip to content

Commit

Permalink
chore(release): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Jan 5, 2018
1 parent 07b0319 commit b920c77
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.2"></a>
## [0.1.2](https://github.com/ngx-translate/prolyfill/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)



<a name="0.1.0"></a>
# 0.1.0 (2017-12-05)
First release !
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.1",
"version": "0.1.2",
"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.

2 changes: 1 addition & 1 deletion 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.1",
"version": "0.1.2",
"private": false,
"scripts": {
"prebuild": "del-cli dist",
Expand Down

0 comments on commit b920c77

Please sign in to comment.