Skip to content

Commit 7997b47

Browse files
chore(main): release 1.0.0 (#7)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Erez Rokah <[email protected]>
1 parent 89c0063 commit 7997b47

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-02-14)
4+
5+
6+
### Features
7+
8+
* initial commit ([0fc7644](https://github.com/netlify/update-contributors-action/commit/0fc7644c49d8f69700cb602777bc726a70f88e77))
9+
10+
11+
### Bug Fixes
12+
13+
* add current actor to contributors ([0d5ac12](https://github.com/netlify/update-contributors-action/commit/0d5ac1208625362e332bd8097e33911d0a89b62b))
14+
* add line break at the end of file ([8bea44c](https://github.com/netlify/update-contributors-action/commit/8bea44c9202dfb94894cf15fd29c28cd5b8873d7))
15+
* don't modify other fields ([3e241de](https://github.com/netlify/update-contributors-action/commit/3e241def761b11477c2265f74fdd30c70b3fa384))
16+
* get repo and owner from process.env ([58cd372](https://github.com/netlify/update-contributors-action/commit/58cd372e9c0562f3fbf11723e839e32a14fdc0d0))
17+
* sync dist ([0409f90](https://github.com/netlify/update-contributors-action/commit/0409f900ca26df7f0b876b98144ebd6f833c36ea))
18+
* sync dist ([d3254f2](https://github.com/netlify/update-contributors-action/commit/d3254f2b67479bd0039b20cd8c7b01d74281e94d))

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.2",
4+
"version": "1.0.0",
55
"description": "A GitHub action to update package.json contributors",
66
"files": [
77
"dist/**/*.js",

0 commit comments

Comments
 (0)