Skip to content

Commit

Permalink
chore: release 4.x (#74)
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 9, 2021
1 parent 9296989 commit a0915e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.2.0"
".": "4.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* **build:** release with yargs@16.x ([514cbed](https://www.github.com/conventional-changelog/get-pkg-repo/commit/514cbedc450a714fd8f8715e9920e91f7d7c93a2))
* **build:** run release-please on 4.x branch ([9296989](https://www.github.com/conventional-changelog/get-pkg-repo/commit/92969898c9a8820188c8aa6e43caa941560aeb6e))

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


Expand Down
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.2.0",
"version": "4.2.1",
"dependencies": {
"@hutson/parse-repository-url": "^3.0.0",
"hosted-git-info": "^4.0.0",
Expand Down

0 comments on commit a0915e5

Please sign in to comment.