Skip to content

Commit 1db63d0

Browse files
committed
chore(release): 1.0.0
1 parent 3d3bf90 commit 1db63d0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/ngx-translate/i18n-polyfill/compare/v0.1.3...v1.0.0) (2018-05-29)
7+
8+
9+
### Features
10+
11+
* **extractor:** add source locale cli option ([834e09f](https://github.com/ngx-translate/i18n-polyfill/commit/834e09f))
12+
* **npm:** update to Angular v6 ([3d3bf90](https://github.com/ngx-translate/i18n-polyfill/commit/3d3bf90))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **npm:** we are now using Angular v6 to build and distribute the library, this might break people on v5, that's why we are bumping the version
18+
19+
20+
521
<a name="0.2.0"></a>
622
# [0.2.0](https://github.com/ngx-translate/i18n-polyfill/compare/v0.1.3...v0.2.0) (2018-05-29)
723

package-lock.json

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "@ngx-translate/i18n-polyfill",
33
"description": "A speculative polyfill to support i18n code translations in Angular",
4-
"version": "0.2.0",
4+
"version": "1.0.0",
55
"private": false,
66
"scripts": {
77
"prebuild": "del-cli dist",

0 commit comments

Comments
 (0)