Skip to content

Commit 26bccf2

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.8.0 [skip ci]
1 parent d07a1e7 commit 26bccf2

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

CHANGELOG.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.8.0](https://github.com/hypertrons/hypertrons-crx/compare/v1.7.3...v1.8.0) (2022-11-29)
2+
3+
4+
### Features
5+
6+
* add issue and pr related interaction ([#524](https://github.com/hypertrons/hypertrons-crx/issues/524)) ([8052b5d](https://github.com/hypertrons/hypertrons-crx/commit/8052b5df9b54edeba160c5912996650185498bf8))
7+
8+
9+
### Performance Improvements
10+
11+
* debounce echartsInstance.resize() to avoid pages becoming slow when window being resized ([#536](https://github.com/hypertrons/hypertrons-crx/issues/536)) ([888e374](https://github.com/hypertrons/hypertrons-crx/commit/888e374da172662c22c579e7e2737ca1ef6e5cc4))
12+
13+
14+
115
## [1.7.3](https://github.com/hypertrons/hypertrons-crx/compare/v1.7.2...v1.7.3) (2022-11-15)
216

317

@@ -42,12 +56,3 @@
4256

4357

4458

45-
## [1.6.4](https://github.com/hypertrons/hypertrons-crx/compare/v1.6.3...v1.6.4) (2022-08-15)
46-
47-
48-
### Bug Fixes
49-
50-
* failed to find insightsTab ([#440](https://github.com/hypertrons/hypertrons-crx/issues/440)) ([05a4d7f](https://github.com/hypertrons/hypertrons-crx/commit/05a4d7fbf7ca8ddf05926cde78ab772705753eec))
51-
52-
53-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypercrx",
3-
"version": "1.7.3",
3+
"version": "1.8.0",
44
"type": "module",
55
"private": true,
66
"description": "Hypertrons Chromium Extension",

publish/update_information.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"chrome": {
3-
"latest_version": "1.7.3",
3+
"latest_version": "1.8.0",
44
"url": "https://chrome.google.com/webstore/detail/hypercrx/ijchfbpdgeljmhnhokmekkecpbdkgabc"
55
},
66
"edge": {
7-
"latest_version": "1.7.3",
7+
"latest_version": "1.8.0",
88
"url": "https://microsoftedge.microsoft.com/addons/detail/hypercrx/lbbajaehiibofpconjgdjonmkidpcome"
99
},
1010
"develop": {
11-
"latest_version": "1.7.3",
11+
"latest_version": "1.8.0",
1212
"url": "https://github.com/hypertrons/hypertrons-crx/releases"
1313
}
1414
}

src/mock/background.data.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
export const updateInformation = {
22
chrome: {
3-
latest_version: '1.7.3',
3+
latest_version: '1.8.0',
44
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
55
},
66
edge: {
7-
latest_version: '1.7.3',
7+
latest_version: '1.8.0',
88
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
99
},
1010
develop: {
11-
latest_version: '1.7.3',
11+
latest_version: '1.8.0',
1212
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
1313
},
1414
};

0 commit comments

Comments
 (0)