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](9d23fb93dd))
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

32275
dist/main.cjs vendored

File diff suppressed because one or more lines are too long

19375
dist/post.cjs vendored

File diff suppressed because one or more lines are too long

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",