Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2019-03-04)

### Bug Fixes

* **createConfig:** improve documentation ([6e64f6d](6e64f6d))
* **createConfig:** Now using package.json for local extension and allowing in dependency extensions using keywords ([3960677](3960677))
  • Loading branch information
semantic-release-bot committed Mar 4, 2019
1 parent 6e17b88 commit f327b85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.2](https://github.com/rollup-umd/ncu/compare/v1.0.1...v1.0.2) (2019-03-04)


### Bug Fixes

* **createConfig:** improve documentation ([6e64f6d](https://github.com/rollup-umd/ncu/commit/6e64f6d))
* **createConfig:** Now using package.json for local extension and allowing in dependency extensions using keywords ([3960677](https://github.com/rollup-umd/ncu/commit/3960677))

## [1.0.1](https://github.com/rollup-umd/ncu/compare/v1.0.0...v1.0.1) (2019-03-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup-umd/ncu",
"version": "0.0.0-development",
"version": "1.0.2",
"description": "npm-check-updates rollup-umd preconfiguration",
"main": "lib/index.js",
"jsnext:main": "dist/@rollup-umd/ncu.esm.js",
Expand Down

0 comments on commit f327b85

Please sign in to comment.