From fc84528aa8e885bc15d3d98f9aa0457e71b3abfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Mar 2021 06:47:53 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20v0.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6c77032 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.1.0 (2021-03-05) + + +### Features + +* ✅ add more test for message ([881fd3a](https://www.github.com/yi-Xu-0100/typescript-action/commit/881fd3a78bc6e5cae6a87fbe2ace5da913c03352)) +* ✨ add utils for common function ([de88f41](https://www.github.com/yi-Xu-0100/typescript-action/commit/de88f4146fa78e99463eee9643dde863eeb2e241)) + + +### Reverts + +* ⏪ use lint-check instead of format-check ([bf79d87](https://www.github.com/yi-Xu-0100/typescript-action/commit/bf79d871a8b48e2cf9ab42b8fba406af51c41e6f)) diff --git a/package-lock.json b/package-lock.json index d75ed2b..1c1d6df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@yi-xu-0100/typescript-action", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eae0c16..0ffc370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yi-xu-0100/typescript-action", - "version": "0.0.1", + "version": "0.1.0", "description": "Example GitHub action build in typescript.", "main": "lib/main.js", "types": "lib/main.d.ts",