Skip to content

Commit dc05d6a

Browse files
authored
chore: remove tags ci event (#6)
1 parent d3a23dd commit dc05d6a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: CI
55
on:
66
push:
77
branches: [main]
8-
tags: ['**']
98

109
jobs:
1110
node_tests:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.0] - 2021-10-19
10+
### Added
11+
- Add more useful info on README.md
12+
913
## [0.0.1] - 2021-10-19
1014
### Added
1115
- Add based @wxml/parser feature support

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": "@wxml/parser",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "A fast and tolerant wxml parser",
55
"type": "commonjs",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)