Skip to content

Commit e86d02e

Browse files
committedNov 8, 2018
update CHANGELOG.md
1 parent a9c3073 commit e86d02e

File tree

2 files changed

+9
-38
lines changed

2 files changed

+9
-38
lines changed
 

‎CHANGELOG.md

+5-34
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,37 @@
1-
# [0.0.0](https://github.com/twp0217/ngx-echarts/compare/v1.4.1...v0.0.0) (2018-11-08)
1+
## [6.0.1](https://github.com/twp0217/ngx-echarts/compare/v1.4.1...v6.0.1) (2018-11-08)
22

33

44
### Bug Fixes
55

6-
* Fixes [#17](https://github.com/twp0217/ngx-echarts/issues/17) ([a326ce1](https://github.com/twp0217/ngx-echarts/commit/a326ce1))
7-
* Fixes [#27](https://github.com/twp0217/ngx-echarts/issues/27) 更新编译程序,升级angular5 ([40f2c5b](https://github.com/twp0217/ngx-echarts/commit/40f2c5b))
8-
9-
10-
11-
<a name="5.0.0"></a>
12-
# [5.0.0](https://github.com/twp0217/ngx-echarts/compare/v1.4.1...v5.0.0) (2018-03-12)
13-
14-
15-
### Bug Fixes
16-
17-
* Fixes [#17](https://github.com/twp0217/ngx-echarts/issues/17) ([a326ce1](https://github.com/twp0217/ngx-echarts/commit/a326ce1))
18-
* Fixes [#27](https://github.com/twp0217/ngx-echarts/issues/27) 更新编译程序,升级angular5 ([c1f6653](https://github.com/twp0217/ngx-echarts/commit/c1f6653))
19-
6+
* Fixes [#16](https://github.com/twp0217/ngx-echarts/issues/16) [#34](https://github.com/twp0217/ngx-echarts/issues/34) ([a9c3073](https://github.com/twp0217/ngx-echarts/commit/a9c3073))
207

218

22-
<a name="5.0.0"></a>
23-
# [5.0.0](https://github.com/twp0217/ngx-echarts/compare/v1.4.1...v5.0.0) (2018-03-12)
9+
## 5.0.0 (2018-03-12)
2410

2511

2612
### Bug Fixes
2713

2814
* Fixes [#17](https://github.com/twp0217/ngx-echarts/issues/17) ([a326ce1](https://github.com/twp0217/ngx-echarts/commit/a326ce1))
29-
* Fixes [#27](https://github.com/twp0217/ngx-echarts/issues/27) sss ([2b242ec](https://github.com/twp0217/ngx-echarts/commit/2b242ec))
30-
31-
32-
33-
<a name="5.0.0"></a>
34-
# [5.0.0](https://github.com/twp0217/ngx-echarts/compare/v1.4.1...v5.0.0) (2018-03-12)
35-
36-
37-
### Bug Fixes
38-
39-
* Fixes [#17](https://github.com/twp0217/ngx-echarts/issues/17) ([a326ce1](https://github.com/twp0217/ngx-echarts/commit/a326ce1))
40-
15+
* Fixes [#27](https://github.com/twp0217/ngx-echarts/issues/27) 更新编译程序,升级angular5 ([40f2c5b](https://github.com/twp0217/ngx-echarts/commit/40f2c5b))
4116

4217

43-
<a name="1.4.1"></a>
4418
## [1.4.1](https://github.com/twp0217/ngx-echarts/compare/v1.4.0...v1.4.1) (2017-06-05)
4519

4620

4721
### Features
4822

49-
* **umd:** 增加ngx-echarts.umd.js ([9b1ca44](https://github.com/twp0217/ngx-echarts/commit/9b1ca44))
23+
* **umd:** 增加echarts-ng2.umd.js ([9b1ca44](https://github.com/twp0217/ngx-echarts/commit/9b1ca44))
5024

5125

5226

53-
<a name="1.3.2"></a>
5427
## [1.3.2](https://github.com/twp0217/ngx-echarts/compare/v1.3.1...v1.3.2) (2017-04-25)
5528

5629

5730

58-
<a name="1.3.1"></a>
5931
## [1.3.1](https://github.com/twp0217/ngx-echarts/compare/v1.3.0...v1.3.1) (2017-04-19)
6032

6133

6234

63-
<a name="1.2.1"></a>
6435
## 1.2.1 (2017-03-28)
6536

6637

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"start": "npm run build:lib && ng serve",
77
"build": "npm run build:lib && ng build",
88
"build:lib": "ng build ngx-echarts --prod && npm run copy:readme",
9-
"changelog:init": "conventional-changelog -i CHANGELOG.md -s -p angular -r 0",
10-
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
9+
"changelog:init": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
10+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
1111
"copy:readme": "ncp ./README.md ./dist/ngx-echarts/README.md",
1212
"publish": "npm publish ./dist/ngx-echarts --access=public",
1313
"publish:demo": "ng build --base-href /ngx-echarts/ --prod && gh-pages -d ./dist/ngx-echarts-demo",
@@ -25,10 +25,8 @@
2525
"@angular/platform-browser": "^6.1.0",
2626
"@angular/platform-browser-dynamic": "^6.1.0",
2727
"@angular/router": "^6.1.0",
28-
"conventional-changelog-cli": "^2.0.11",
2928
"core-js": "^2.5.4",
3029
"echarts": "^4.2.0-rc.2",
31-
"ncp": "^2.0.0",
3230
"ngx-bootstrap": "^3.1.1",
3331
"rxjs": "^6.0.0",
3432
"zone.js": "~0.8.26"
@@ -43,6 +41,7 @@
4341
"@types/jasminewd2": "~2.0.3",
4442
"@types/node": "~8.9.4",
4543
"codelyzer": "~4.2.1",
44+
"conventional-changelog-cli": "^2.0.11",
4645
"gh-pages": "^2.0.1",
4746
"html-loader": "^0.5.5",
4847
"jasmine-core": "~2.99.1",
@@ -52,6 +51,7 @@
5251
"karma-coverage-istanbul-reporter": "~2.0.0",
5352
"karma-jasmine": "~1.1.1",
5453
"karma-jasmine-html-reporter": "^0.2.2",
54+
"ncp": "^2.0.0",
5555
"ng-packagr": "^4.4.0",
5656
"protractor": "~5.4.0",
5757
"raw-loader": "^0.5.1",

0 commit comments

Comments
 (0)
Please sign in to comment.