Skip to content

Commit

Permalink
chore: release 4.2.0 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 3, 2021
1 parent 5cc22f2 commit 003de4b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [4.2.0](https://www.github.com/conventional-changelog/get-pkg-repo/compare/v4.1.2...v4.2.0) (2021-09-03)


### Features

* **cli:** use Yargs in stead of meow ([#62](https://www.github.com/conventional-changelog/get-pkg-repo/issues/62)) ([8017a91](https://www.github.com/conventional-changelog/get-pkg-repo/commit/8017a91f7de2a3dbfcb627ce51c3ca5ce8e2c172))
* **readme:** trigger automated release ([5cc22f2](https://www.github.com/conventional-changelog/get-pkg-repo/commit/5cc22f2f65bfad89c454fe8cca6fd5daf90919ba))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dev": "docker run --rm --user node -v \"$(pwd)\":/app -w /app -it node:6 sh -c \"yarn install; yarn test; bash\"",
"test": "eslint src/ && nyc mocha --opts mocha.opts src/**/*.spec.js"
},
"version": "4.1.2",
"version": "4.2.0",
"dependencies": {
"@hutson/parse-repository-url": "^3.0.0",
"hosted-git-info": "^4.0.0",
Expand Down

0 comments on commit 003de4b

Please sign in to comment.