Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 8, 2020
1 parent 961683e commit 7ec8ca4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.2.0](https://github.com/stdavis/good-samaritan/compare/v1.1.0...v1.2.0) (2020-10-08)


### Features

* add --reset-token parameter ([b9c4966](https://github.com/stdavis/good-samaritan/commit/b9c496607e996b957544b392651c7fdde09cfc0d)), closes [#5](https://github.com/stdavis/good-samaritan/issues/5)
* add tests for authorization module ([cf3acf6](https://github.com/stdavis/good-samaritan/commit/cf3acf628d2fc19267d23c66056324beebe8c1b8))


### Bug Fixes

* handle packages without repository urls ([ecca9dd](https://github.com/stdavis/good-samaritan/commit/ecca9dd7c598457f2ad1ec75485c08fc438d6cd2))
* return more friendly url for issues ([570db96](https://github.com/stdavis/good-samaritan/commit/570db9620bce447bf447f0189d6e228f4aa938be))

## [1.1.0](https://github.com/stdavis/good-samaritan/compare/v1.0.0...v1.1.0) (2020-10-07)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "good-samaritan",
"description": "Find open issues from open source dependencies of your project.",
"version": "1.1.0",
"version": "1.2.0",
"author": "Scott Davis <stdavis@utah.gov>",
"bin": {
"good-samaritan": "./bin/run"
Expand Down

0 comments on commit 7ec8ca4

Please sign in to comment.