Skip to content

Commit

Permalink
bump: version 3.4.0 → 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitce committed Apr 4, 2022
1 parent a39eada commit 0738e50
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 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: 3.4.0
version: 3.4.1
version_files:
- package.json
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v3.4.1 (2022-04-05)

### Fix

- **merge**: add `mergeConfig`
- **schemas**: missing `subscriptionTemplates` in `config` schema
- **mutation**: issue of not showing labels or showing the labels on incorrect user in reply modal
- **mutation**: cannot display labels on replies after any blocked user's reply (#8)
- **label-form**: cannot enable auto screenshot (#10)

### Refactor

- **mutation**: unmount the component before removing the container from DOM
- **helpers**: update `getAvailableLabelID` to `getNextLabelID`
- **helpers**: update `getShareURL`

## v3.4.0 (2022-04-04)

### Fix
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 3.4.0
// @version 3.4.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.

2 changes: 1 addition & 1 deletion 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": "3.4.0",
"version": "3.4.1",
"description": "Label users on LIHKG",
"author": "kitce <[email protected]>",
"repository": {
Expand Down

0 comments on commit 0738e50

Please sign in to comment.