diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f5413..0c85772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.9](https://github.com/miggene/cocos-build/compare/v1.2.8...v1.2.9) (2022-11-19) + ### [1.2.8](https://github.com/miggene/cocos-build/compare/v1.2.7...v1.2.8) (2022-11-19) ### [1.2.7](https://github.com/miggene/cocos-build/compare/v1.2.6...v1.2.7) (2022-11-19) diff --git a/package-lock.json b/package-lock.json index e0f92f0..94e437b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cocos-build", - "version": "1.2.8", + "version": "1.2.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cocos-build", - "version": "1.2.8", + "version": "1.2.9", "license": "MIT", "dependencies": { "@actions/artifact": "^0.5.2", diff --git a/package.json b/package.json index 53e71e4..9066ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cocos-build", - "version": "1.2.8", + "version": "1.2.9", "private": "false", "description": "Cocos Creator Build Action", "main": "lib/main.js",