Skip to content

Commit f93ab78

Browse files
Diego A. Juliao ArmentaDiego A. Juliao Armenta
Diego A. Juliao Armenta
authored and
Diego A. Juliao Armenta
committed
chore(release): 1.1.1
1 parent 877c281 commit f93ab78

File tree

3 files changed

+20
-32
lines changed

3 files changed

+20
-32
lines changed

src/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.1](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.1.0...v1.1.1) (2019-11-07)
6+
7+
8+
### Bug Fixes
9+
10+
* save package in devDependencies ([97d1ee1](https://github.com/bikecoders/ngx-deploy-npm/commit/97d1ee1))
11+
512
## [1.1.0](https://github.com/bikecoders/ngx-deploy-npm/compare/v1.0.5...v1.1.0) (2019-10-21)
613

714

src/package-lock.json

Lines changed: 12 additions & 31 deletions
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.1.0",
3+
"version": "1.1.1",
44
"description": "Publish your angular packages to npm by just run `npm deploy your-packages`",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)