Skip to content

Commit b5ee818

Browse files
committed
chore(release): 2.0.0
1 parent ea163b0 commit b5ee818

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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+
## [2.0.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.5.1...v2.0.0) (2021-03-04)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
- change configuration parameter for buildTarget
10+
- For migration just change `--configuration` for `--build-target` on the command line and on the configuration file (`angular.json` or `workspace.json`)`configuration` for `buildTarget`.
11+
- The easiest way to migrate is to install again the builder through `ng-add`. Be sure to put back again the rest of your configuration because it's going to be overwritten.
12+
- drop version 8 of @angular-devkit
13+
- To migrate should update at least to @angular-devkit v9
14+
15+
### Bug Fixes
16+
17+
- change configuration parameter for buildTarget ([f13bb6b](https://github.com/bikecoders/ngx-deploy-npm/commit/f13bb6b9f7d090fc09519afefa52c7a26e41f154))
18+
19+
### chore
20+
21+
- update peer dependencies for more accurate ones ([9f68296](https://github.com/bikecoders/ngx-deploy-npm/commit/9f68296affc3fd43038483be8239ba6a697a9e62))
22+
523
### [1.5.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.5.0...v1.5.1) (2021-03-03)
624

725
### Documentation

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.5.1",
3+
"version": "2.0.0",
44
"description": "Publish your libraries to NPM with just one command",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)