Skip to content

Commit 53b721c

Browse files
committed
release: v2.1.1
1 parent 8aa47ba commit 53b721c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
### [Unreleased](https://github.com/setaman/vue-ellipse-progress/compare/v2.1.0...HEAD)
10+
### [v2.1.1](https://github.com/setaman/vue-ellipse-progress/compare/v2.1.0...v2.1.1)
1111

12+
> 14 April 2022
1213
1314

1415

1516
#### Merged
1617

18+
- chore: bump dev deps and vue version [`#175`](https://github.com/setaman/vue-ellipse-progress/pull/175)
1719
- Fix legendHeight setter in mount [`#170`](https://github.com/setaman/vue-ellipse-progress/pull/170)
1820
- V2 dev add commitlint and husky [`#171`](https://github.com/setaman/vue-ellipse-progress/pull/171)
1921

commitlint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
module.exports = {
22
extends: ["@commitlint/config-conventional"],
3-
"type-enum": [2, "always", ["build", "ci", "docs", "feat", "fix", "refactor", "revert", "test", "release"]],
3+
rules: {
4+
"type-enum": [2, "always", ["build", "ci", "docs", "feat", "fix", "refactor", "revert", "test", "release"]],
5+
},
46
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"vue": "^3"
4848
},
4949
"auto-changelog": {
50-
"unreleased": true,
50+
"unreleased": false,
5151
"commitLimit": false,
5252
"breakingPattern": ".!:.",
5353
"startingVersion": "v2.0.0-alpha.4",

0 commit comments

Comments
 (0)