Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 0ad715d

Browse files
chore: release 0.1.0
1 parent 14da4b7 commit 0ad715d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.1.0 (2021-03-04)
4+
5+
6+
### Features
7+
8+
* ✅ add more test for message ([881fd3a](https://www.github.com/yi-Xu-0100/typescript-action/commit/881fd3a78bc6e5cae6a87fbe2ace5da913c03352))
9+
* ✨ add utils for common function ([de88f41](https://www.github.com/yi-Xu-0100/typescript-action/commit/de88f4146fa78e99463eee9643dde863eeb2e241))
10+
11+
12+
### Reverts
13+
14+
* ⏪ use lint-check instead of format-check ([bf79d87](https://www.github.com/yi-Xu-0100/typescript-action/commit/bf79d871a8b48e2cf9ab42b8fba406af51c41e6f))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yi-xu-0100/typescript-action",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Example GitHub action build in typescript.",
55
"main": "lib/main.js",
66
"types": "lib/main.d.ts",

0 commit comments

Comments
 (0)