Skip to content

Commit

Permalink
bump: version 2.0.0 → 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitce committed Jan 9, 2022
1 parent 79d1533 commit eff42de
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .cz.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
commitizen:
name: cz_conventional_commits
changelog_start_rev: v2.0.0
tag_format: v$version
version: 2.0.0
start_rev: v2.0.0
version: 2.0.1
version_files:
- package.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v2.0.1 (2022-01-10)

### Fix

- **cloud-sync**: set error to `null` after finish
2 changes: 1 addition & 1 deletion dist/egg.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/libel.meta.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Libel
// @version 2.0.0
// @version 2.0.1
// @author kitce <[email protected]>
// @description Label users on LIHKG
// @homepage https://kitce.github.io/libel
Expand Down
4 changes: 2 additions & 2 deletions dist/libel.user.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "libel",
"namespace": "libel",
"displayName": "Libel",
"version": "2.0.0",
"version": "2.0.1",
"description": "Label users on LIHKG",
"author": "kitce <[email protected]>",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"focus-trap-react": "^8.8.2",
"html2canvas": "^1.0.0-rc.7",
"immer": "^8.0.1",
"invert-color": "^2.0.0",
"invert-color": "^2.0.1",
"joi": "^17.4.0",
"js-cookie": "^3.0.1",
"localforage": "^1.9.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
"postcss-preset-env": "^6.7.0",
"sass": "^1.32.10",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"style-loader": "^2.0.1",
"superstatic": "^7.1.0",
"tailwindcss": "^2.1.1",
"ts-key-enum": "^2.0.8",
Expand Down

0 comments on commit eff42de

Please sign in to comment.