Skip to content

Commit

Permalink
chore(release): 0.1.16 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.16](v0.1.15...v0.1.16) (2022-03-14)

### Bug Fixes

* **deps:** update dependency @octokit/core to ~3.6.0 ([c57f6c4](c57f6c4))
  • Loading branch information
semantic-release-bot committed Mar 14, 2022
1 parent ce12353 commit d352baf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.16](https://github.com/donmahallem/lerna-label/compare/v0.1.15...v0.1.16) (2022-03-14)


### Bug Fixes

* **deps:** update dependency @octokit/core to ~3.6.0 ([c57f6c4](https://github.com/donmahallem/lerna-label/commit/c57f6c4f4955312d03a58665d43f1dcd071e6b2d))



## [0.1.15](https://github.com/donmahallem/lerna-label/compare/v0.1.14...v0.1.15) (2022-02-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: "Checkout code"
uses: actions/[email protected]
- name: Label the PR
uses: donmahallem/[email protected].15
uses: donmahallem/[email protected].16
with:
github_secret: "${ { secrets.GITHUB_TOKEN } }"
prefix: "pkg"
Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "@donmahallem/lerna-label",
"version": "0.1.15",
"version": "0.1.16",
"description": "Tags Github Pull Requests with affected Lerna packages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d352baf

Please sign in to comment.