Skip to content

Commit fc3230c

Browse files
chore(main): release 1.0.1
1 parent ce761a9 commit fc3230c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
### [1.0.1](https://github.com/netlify/update-contributors-action/compare/v1.0.0...v1.0.1) (2022-05-02)
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/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))
10+
311
## 1.0.0 (2022-02-14)
412

513

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)