Skip to content

Commit 5d869da

Browse files
build(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.4...v1.11.0) (2024-09-11) ### Features * allow repositories input to be comma or newline-separated ([#169](#169)) ([796b88d](796b88d))
1 parent 796b88d commit 5d869da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "create-github-app-token",
33
"private": true,
44
"type": "module",
5-
"version": "1.10.4",
5+
"version": "1.11.0",
66
"description": "GitHub Action for creating a GitHub App Installation Access Token",
77
"scripts": {
88
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0 --packages=bundle",

0 commit comments

Comments
 (0)