build(release): 3.1.0 [skip ci]

# [3.1.0](https://github.com/actions/create-github-app-token/compare/v3.0.0...v3.1.0) (2026-04-11)

### Bug Fixes

* **deps:** bump p-retry from 7.1.1 to 8.0.0 ([#357](https://github.com/actions/create-github-app-token/issues/357)) ([3bbe07d](3bbe07d928))

### Features

* add `client-id` input and deprecate `app-id` ([#353](https://github.com/actions/create-github-app-token/issues/353)) ([e6bd4e6](e6bd4e6970))
* update permission inputs ([#358](https://github.com/actions/create-github-app-token/issues/358)) ([076e948](076e9480ca))
This commit is contained in:
semantic-release-bot
2026-04-11 00:39:23 +00:00
parent e6bd4e6970
commit 7bd0371149
3 changed files with 80 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
"name": "create-github-app-token",
"private": true,
"type": "module",
"version": "3.0.0",
"version": "3.1.0",
"description": "GitHub Action for creating a GitHub App Installation Access Token",
"engines": {
"node": ">=24.4.0"