Skip to content

Commit

Permalink
chore: stage release 1.0.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
donmahallem authored Dec 30, 2023
1 parent 3889831 commit 078573c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.0](https://github.com/donmahallem/lerna-label/compare/v0.2.1...v1.0.0) (2023-12-30)


### Bug Fixes

* **deps:** update dependency @actions/core to ~1.10.1 ([1a2df3d](https://github.com/donmahallem/lerna-label/commit/1a2df3d94a15e37f438e2a4991766c1dbcce8f83))
* **deps:** update dependency @lerna/project to ~6.2.0 ([11dba10](https://github.com/donmahallem/lerna-label/commit/11dba103c997205b9729ebd53f4a1f6be95b0957))
* **deps:** update dependency @lerna/project to ~6.3.0 ([8912a8e](https://github.com/donmahallem/lerna-label/commit/8912a8e9b2c5f26cafb9c62cd24445e2c201bd2f))
* **deps:** update dependency @lerna/project to ~6.4.0 ([d705ef4](https://github.com/donmahallem/lerna-label/commit/d705ef4460040016c9cab162e206d8f8f1186ccd))
* **deps:** update dependency @lerna/project to ~6.4.1 ([4730113](https://github.com/donmahallem/lerna-label/commit/4730113ac734f943c0b39a520910a3462bb64d0b))
* **deps:** update dependency @octokit/core to ~4.2.0 ([9297446](https://github.com/donmahallem/lerna-label/commit/92974465c1839da5ed8c96eaa4df44482d4fc285))
* **deps:** update dependency @octokit/core to ~4.2.1 ([06d01f6](https://github.com/donmahallem/lerna-label/commit/06d01f65b49fa39603402c49845885fb8508c573))
* **deps:** update dependency @octokit/core to ~4.2.4 ([3773c49](https://github.com/donmahallem/lerna-label/commit/3773c498b8217f41d1b69674f99c9fb3bceb92bc))
* **deps:** update dependency npm-package-arg to ~11.0.1 ([2b21dec](https://github.com/donmahallem/lerna-label/commit/2b21deca805ca81d32c0eab651ca4f3bc5237e17))
* **deps:** update dependency npm-package-arg to v11 ([040bd87](https://github.com/donmahallem/lerna-label/commit/040bd877c072d2154a49a308e0d16dc4f1bd4a79))
* **lerna-label:** fix lot of issues ([#1122](https://github.com/donmahallem/lerna-label/issues/1122)) ([1ee5e26](https://github.com/donmahallem/lerna-label/commit/1ee5e268370085d50848caafe7e389498c9cd45c))



## [0.2.1](https://github.com/donmahallem/lerna-label/compare/v0.2.0...v0.2.1) (2022-12-09)


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.2.1",
"version": "1.0.0",
"description": "Tags Github Pull Requests with affected Lerna packages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 078573c

Please sign in to comment.