Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Apr 1, 2017
1 parent bcca7ce commit fb29909
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Change Log

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.

<a name="1.0.0"></a>
# [1.0.0](https://github.com/peerigon/updtr/compare/v0.2.1...v1.0.0) (2017-04-01)


### Bug Fixes

* **npm:** ignore error status 1 on npm outdated ([ec4057c](https://github.com/peerigon/updtr/commit/ec4057c))


### Features

* Use yarn package manager when available ([bcca7ce](https://github.com/peerigon/updtr/commit/bcca7ce))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "updtr",
"version": "0.2.3",
"version": "1.0.0",
"description": "Update outdated npm modules with zero pain™",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit fb29909

Please sign in to comment.