build(release): 1.2.0 [skip ci]

# [1.2.0](https://github.com/actions/create-github-app-token/compare/v1.1.5...v1.2.0) (2023-08-29)

### Features

* add GitHub Enterprise Server (GHES) support ([#36](https://github.com/actions/create-github-app-token/issues/36)) ([ede6c15](ede6c15881))
This commit is contained in:
semantic-release-bot
2023-08-29 23:14:09 +00:00
parent ede6c15881
commit c72844caa4
3 changed files with 23 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
"name": "create-github-app-token",
"private": true,
"type": "module",
"version": "1.1.5",
"version": "1.2.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=node16.16",