build(release): 1.10.0 [skip ci]

# [1.10.0](https://github.com/actions/create-github-app-token/compare/v1.9.3...v1.10.0) (2024-05-01)

### Features

* **`private-key`:** escaped newlines will be replaced ([#132](https://github.com/actions/create-github-app-token/issues/132)) ([9d23fb9](https://github.com/actions/create-github-app-token/commit/9d23fb93dd620572046d85c7c1032b488c12514f))
This commit is contained in:
semantic-release-bot
2024-05-01 18:16:16 +00:00
parent 9d23fb93dd
commit a0de6af839
3 changed files with 38969 additions and 12683 deletions
+20813 -11462
View File
File diff suppressed because one or more lines are too long
+18155 -1220
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "create-github-app-token",
"private": true,
"type": "module",
"version": "1.9.3",
"version": "1.10.0",
"description": "GitHub Action for creating a GitHub App Installation Access Token",
"scripts": {
"build": "esbuild main.js post.js --bundle --outdir=dist --out-extension:.js=.cjs --platform=node --target=node20.0.0",