Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Erez Rokah <[email protected]>
  • Loading branch information
token-generator-app[bot] and erezrokah authored Feb 17, 2022
1 parent 89c0063 commit 7997b47
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 1.0.0 (2022-02-14)


### Features

* initial commit ([0fc7644](https://github.com/netlify/update-contributors-action/commit/0fc7644c49d8f69700cb602777bc726a70f88e77))


### Bug Fixes

* add current actor to contributors ([0d5ac12](https://github.com/netlify/update-contributors-action/commit/0d5ac1208625362e332bd8097e33911d0a89b62b))
* add line break at the end of file ([8bea44c](https://github.com/netlify/update-contributors-action/commit/8bea44c9202dfb94894cf15fd29c28cd5b8873d7))
* don't modify other fields ([3e241de](https://github.com/netlify/update-contributors-action/commit/3e241def761b11477c2265f74fdd30c70b3fa384))
* get repo and owner from process.env ([58cd372](https://github.com/netlify/update-contributors-action/commit/58cd372e9c0562f3fbf11723e839e32a14fdc0d0))
* sync dist ([0409f90](https://github.com/netlify/update-contributors-action/commit/0409f900ca26df7f0b876b98144ebd6f833c36ea))
* sync dist ([d3254f2](https://github.com/netlify/update-contributors-action/commit/d3254f2b67479bd0039b20cd8c7b01d74281e94d))
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,7 +1,7 @@
{
"name": "@netlify/update-contributors-action",
"private": true,
"version": "1.0.2",
"version": "1.0.0",
"description": "A GitHub action to update package.json contributors",
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 7997b47

Please sign in to comment.