Skip to content

Commit 5b8e426

Browse files
committed
chore(release): 1.5.0
1 parent 3bd03b2 commit 5b8e426

File tree

3 files changed

+25
-28
lines changed

3 files changed

+25
-28
lines changed

CHANGELOG.md

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,92 +2,89 @@
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-
### [1.4.3](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.4.2...v1.4.3) (2021-02-27)
5+
## [1.5.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.4.3...v1.5.0) (2021-02-28)
6+
7+
### Features
8+
9+
- add production build target on ng-add if exists ([3959732](https://github.com/bikecoders/ngx-deploy-npm/commit/39597328f4768692bf76cd1561ecea7af58e0a22))
10+
11+
### Documentation
12+
13+
- add debugging instructions ([311d730](https://github.com/bikecoders/ngx-deploy-npm/commit/311d7308c301ff3d57fa8a6c90185633b91e4892))
614

15+
### [1.4.3](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.4.2...v1.4.3) (2021-02-27)
716

817
### Bug Fixes
918

10-
* throws an error if app building fails ([072290a](https://github.com/bikecoders/ngx-deploy-npm/commit/072290a130e4b1dff5637515c8d2e29e38e4307a))
19+
- throws an error if app building fails ([072290a](https://github.com/bikecoders/ngx-deploy-npm/commit/072290a130e4b1dff5637515c8d2e29e38e4307a))
1120

1221
### [1.4.2](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.4.1...v1.4.2) (2021-02-24)
1322

14-
1523
### Documentation
1624

17-
* reduce cover image size on disk ([b44737f](https://github.com/bikecoders/ngx-deploy-npm/commit/b44737fbfed8a0200bff70b0fec090f9a80471ea))
25+
- reduce cover image size on disk ([b44737f](https://github.com/bikecoders/ngx-deploy-npm/commit/b44737fbfed8a0200bff70b0fec090f9a80471ea))
1826

1927
## [1.4.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.3.3...v1.4.1) (2021-02-18)
2028

21-
2229
### Features
2330

24-
* support Nx workspace ([15fc88a](https://github.com/bikecoders/ngx-deploy-npm/commit/15fc88a48cb6214960223157ab672bdb1c638701))
31+
- support Nx workspace ([15fc88a](https://github.com/bikecoders/ngx-deploy-npm/commit/15fc88a48cb6214960223157ab672bdb1c638701))
2532

2633
### [1.3.3](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.3.2...v1.3.3) (2021-02-09)
2734

28-
2935
### Bug Fixes
3036

31-
* add options to ngAdd schematic ([3570ac3](https://github.com/bikecoders/ngx-deploy-npm/commit/3570ac333d82473b3b7b55ebaf133f108dbc0ed7))
32-
37+
- add options to ngAdd schematic ([3570ac3](https://github.com/bikecoders/ngx-deploy-npm/commit/3570ac333d82473b3b7b55ebaf133f108dbc0ed7))
3338

3439
### Documentation
3540

36-
* improve documentation for contributors ([70dce30](https://github.com/bikecoders/ngx-deploy-npm/commit/70dce30a287f7f665897a4c71afc51c04ad95450))
41+
- improve documentation for contributors ([70dce30](https://github.com/bikecoders/ngx-deploy-npm/commit/70dce30a287f7f665897a4c71afc51c04ad95450))
3742

3843
### [1.3.2](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.3.1...v1.3.2) (2020-12-09)
3944

40-
4145
### Documentation
4246

43-
* improve builder description ([d0515d1](https://github.com/bikecoders/ngx-deploy-npm/commit/d0515d1))
47+
- improve builder description ([d0515d1](https://github.com/bikecoders/ngx-deploy-npm/commit/d0515d1))
4448

4549
### [1.3.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.3.0...v1.3.1) (2020-12-08)
4650

47-
4851
### Bug Fixes
4952

50-
* add support for AngularV11 ([a188ae2](https://github.com/bikecoders/ngx-deploy-npm/commit/a188ae2))
53+
- add support for AngularV11 ([a188ae2](https://github.com/bikecoders/ngx-deploy-npm/commit/a188ae2))
5154

5255
## [1.3.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.2.4...v1.3.0) (2020-11-29)
5356

54-
5557
### Features
5658

57-
* adds --no-build option to skip build ([743e4d4](https://github.com/bikecoders/ngx-deploy-npm/commit/743e4d4)), closes [angular-schule/ngx-deploy-starter#1](https://github.com/angular-schule/ngx-deploy-starter/issues/1)
59+
- adds --no-build option to skip build ([743e4d4](https://github.com/bikecoders/ngx-deploy-npm/commit/743e4d4)), closes [angular-schule/ngx-deploy-starter#1](https://github.com/angular-schule/ngx-deploy-starter/issues/1)
5860

5961
### [1.2.4](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.2.3...v1.2.4) (2020-11-14)
6062

61-
6263
### Documentation
6364

64-
* fix discord URL ([2b75305](https://github.com/bikecoders/ngx-deploy-npm/commit/2b75305))
65+
- fix discord URL ([2b75305](https://github.com/bikecoders/ngx-deploy-npm/commit/2b75305))
6566

6667
### [1.2.3](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.2.2...v1.2.3) (2020-11-14)
6768

68-
6969
### Documentation
7070

71-
* add discord server ([6f3b57c](https://github.com/bikecoders/ngx-deploy-npm/commit/6f3b57c))
71+
- add discord server ([6f3b57c](https://github.com/bikecoders/ngx-deploy-npm/commit/6f3b57c))
7272

7373
### [1.2.2](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.2.1...v1.2.2) (2020-04-29)
7474

75-
7675
### Documentation
7776

78-
* fix a typo on the documention ([845daea](https://github.com/bikecoders/ngx-deploy-npm/commit/845daea))
77+
- fix a typo on the documention ([845daea](https://github.com/bikecoders/ngx-deploy-npm/commit/845daea))
7978

8079
### [1.2.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.2.0...v1.2.1) (2020-04-28)
8180

82-
8381
### Bug Fixes
8482

85-
* improve library checking ([aec3d05](https://github.com/bikecoders/ngx-deploy-npm/commit/aec3d05))
86-
83+
- improve library checking ([aec3d05](https://github.com/bikecoders/ngx-deploy-npm/commit/aec3d05))
8784

8885
### Documentation
8986

90-
* fix the content table ([d3e33b1](https://github.com/bikecoders/ngx-deploy-npm/commit/d3e33b1))
87+
- fix the content table ([d3e33b1](https://github.com/bikecoders/ngx-deploy-npm/commit/d3e33b1))
9188

9289
## [1.2.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.1.1...v1.2.0) (2020-01-25)
9390

src/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.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-deploy-npm",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "Publish your angular packages to npm by just run `ng deploy`",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)