Skip to content

Commit

Permalink
bump: version 2.2.0 → 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitce committed Jan 16, 2022
1 parent fd41d64 commit e05ddd2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ commitizen:
changelog_start_rev: v2.0.0
name: cz_conventional_commits
tag_format: v$version
version: 2.2.0
version: 2.2.1
version_files:
- package.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.2.1 (2022-01-16)

### Fix

- **cloud-sync**: incorrect sync logic

## v2.2.0 (2022-01-16)

### Feat
Expand Down
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.2.0
// @version 2.2.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.

8 changes: 4 additions & 4 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.2.0",
"version": "2.2.1",
"description": "Label users on LIHKG",
"author": "kitce <[email protected]>",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"focus-trap-react": "^8.8.2",
"html2canvas": "^1.0.0-rc.7",
"immer": "^8.0.1",
"invert-color": "^2.2.0",
"invert-color": "^2.2.1",
"joi": "^17.4.0",
"js-cookie": "^3.0.1",
"localforage": "^1.9.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@types/redux-state-sync": "^3.1.1",
"@types/sass": "^1.16.0",
"@types/semver": "^7.3.6",
"@types/tailwindcss": "^2.2.0",
"@types/tailwindcss": "^2.2.1",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^3.11.3",
"@types/webpack-env": "^1.16.0",
Expand All @@ -76,7 +76,7 @@
"postcss-preset-env": "^6.7.0",
"sass": "^1.32.10",
"sass-loader": "^11.0.1",
"style-loader": "^2.2.0",
"style-loader": "^2.2.1",
"superstatic": "^7.1.0",
"tailwindcss": "^2.1.1",
"ts-key-enum": "^2.0.8",
Expand Down

0 comments on commit e05ddd2

Please sign in to comment.