Skip to content

Commit

Permalink
v3.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reyronald committed Sep 29, 2020
1 parent 89e4053 commit 9317e06
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.22.3 (2020-09-29)

### Bug fixes

- fix(old-ui): duplicated elements in pull request view (#382)
- fix(old-ui): ignore whitespace feature (#383)

# 3.22.0 (2020-09-27)

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "refined-bitbucket",
"description": "Chrome extension that improves BitBucket's user interface",
"version": "3.22.2",
"version": "3.22.3",
"main": "index.js",
"scripts": {
"precommit": "lint-staged",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Refined Bitbucket",
"description": "Improves Bitbucket's user experience",
"version": "3.22.2",
"version": "3.22.3",
"author": "Ronald Rey",
"homepage_url": "https://github.com/refined-bitbucket/refined-bitbucket",
"icons": {
Expand Down

0 comments on commit 9317e06

Please sign in to comment.