Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 24, 2021
1 parent 15134b8 commit b5dad3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### [1.0.1](https://github.com/favware/npm-deprecate/compare/v1.0.0...v1.0.1) (2021-08-24)

### Bug Fixes

- fixed CLI throwing an error when no versions are deprecated ([15134b8](https://github.com/favware/npm-deprecate/commit/15134b8f116219a33898bde89fdcd9d68a1cc85d))

## 1.0.0 (2021-08-24)

### Features
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": "@favware/npm-deprecate",
"version": "1.0.0",
"version": "1.0.1",
"description": "Programmatically deprecate your NPM published packages",
"author": "@favware",
"license": "MIT",
Expand Down

0 comments on commit b5dad3e

Please sign in to comment.