Skip to content

Commit 150a376

Browse files
chore(main): release 1.0.1
1 parent 0d8323e commit 150a376

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/netlify/update-contributors-action/compare/v1.0.0...v1.0.1) (2022-09-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @actions/core to v1.7.0 ([#34](https://github.com/netlify/update-contributors-action/issues/34)) ([ce761a9](https://github.com/netlify/update-contributors-action/commit/ce761a9a54962f0dddad4ba212c84ffe4df41f0d))
9+
* **deps:** update dependency @actions/core to v1.8.0 ([#35](https://github.com/netlify/update-contributors-action/issues/35)) ([f3ceb4a](https://github.com/netlify/update-contributors-action/commit/f3ceb4a826238531396ec1902c5b00d8deb1a74e))
10+
* **deps:** update dependency @actions/core to v1.8.2 ([#39](https://github.com/netlify/update-contributors-action/issues/39)) ([07d1621](https://github.com/netlify/update-contributors-action/commit/07d1621a8bdc816bf9ec2780fb5525049f1ace2d))
11+
* **deps:** update dependency @actions/core to v1.9.0 ([#53](https://github.com/netlify/update-contributors-action/issues/53)) ([993fda9](https://github.com/netlify/update-contributors-action/commit/993fda9b04532ca632c1453a6e411ed88451889f))
12+
* **deps:** update dependency @actions/core to v1.9.1 ([#64](https://github.com/netlify/update-contributors-action/issues/64)) ([d7137a9](https://github.com/netlify/update-contributors-action/commit/d7137a91ec4a6dff577f2cc890a38bcb3810b50a))
13+
* **deps:** update dependency @actions/github to v5.0.1 ([#25](https://github.com/netlify/update-contributors-action/issues/25)) ([20b20e4](https://github.com/netlify/update-contributors-action/commit/20b20e44339c5883ed495078b9ac8ba1cccbd5a9))
14+
* **deps:** update dependency @actions/github to v5.0.3 ([#40](https://github.com/netlify/update-contributors-action/issues/40)) ([4d67ba9](https://github.com/netlify/update-contributors-action/commit/4d67ba99d3e2bbebed5343a85762c7254f461b85))
15+
316
## 1.0.0 (2022-02-14)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@netlify/update-contributors-action",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "A GitHub action to update package.json contributors",
66
"files": [
77
"dist/**/*.js",

0 commit comments

Comments
 (0)