Release v1.2.0

This commit is contained in:
mtkennerly 2022-10-31 14:12:33 +08:00
parent 3aeac53b8e
commit f1889f668c
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
## Unreleased ## v1.2.0 (2022-10-31)
* Updated for Node.js 12 deprecation: * Updated for Node.js 12 deprecation:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "dunamai-action", "name": "dunamai-action",
"version": "1.0.0", "version": "1.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dunamai-action", "name": "dunamai-action",
"version": "1.0.0", "version": "1.2.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.10.0" "@actions/core": "^1.10.0"

View file

@ -1,6 +1,6 @@
{ {
"name": "dunamai-action", "name": "dunamai-action",
"version": "1.0.0", "version": "1.2.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {