Skip to content

Commit 9154a3f

Browse files
committed
Bump version to 1.0.1
1 parent 291e637 commit 9154a3f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [x.y.z](https://github.com/sushichop/action-repository-permission/releases/tag/x.y.z) (yyyy-mm-dd)
1+
## [v1.0.1](https://github.com/sushichop/action-repository-permission/releases/tag/v1.0.1) (2021-09-28)
22

33
- Fall back to ES2019. [#13](https://github.com/sushichop/action-repository-permission/pull/13)
44
- Update dependencies and metadata. [#11](https://github.com/sushichop/action-repository-permission/pull/11)

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Koichi Yokota
3+
Copyright (c) 2020-2021 Koichi Yokota
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "action-repository-permission",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "GitHub Action that checks repository permission for a user",
55
"engines": {
66
"node": ">= 14"

0 commit comments

Comments
 (0)