Skip to content

Commit 9f85915

Browse files
committed
bump version
1 parent ed4120e commit 9f85915

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.5.8:
4+
- Fix a bug causing links to not open in the same tab.
5+
36
## v1.5.6:
47
- Add option to show comment count instead of post count on extension icon when
58
using auto-search.
@@ -94,4 +97,4 @@
9497
- workaround for leading dashes in YT video
9598
IDs being interpreted as boolean NOT by
9699
Reddit search
97-
- minor fixes and improvements
100+
- minor fixes and improvements

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Find on Reddit",
44
"description": "Find discussions of the current URL on Reddit",
5-
"version": "1.5.7",
5+
"version": "1.5.8",
66
"action": {
77
"default_icon": "icon-256.png",
88
"default_popup": "popup.html"

0 commit comments

Comments
 (0)