Skip to content

Commit aa936b6

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.8.2 [skip ci]
1 parent c7e0bb4 commit aa936b6

File tree

4 files changed

+16
-19
lines changed

4 files changed

+16
-19
lines changed

CHANGELOG.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.8.2](https://github.com/hypertrons/hypertrons-crx/compare/v1.8.1...v1.8.2) (2022-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* fatal parse error ([#544](https://github.com/hypertrons/hypertrons-crx/issues/544)) ([c7e0bb4](https://github.com/hypertrons/hypertrons-crx/commit/c7e0bb453dcf0f87391c54dd05705d52e1e68401))
7+
8+
9+
110
## [1.8.1](https://github.com/hypertrons/hypertrons-crx/compare/v1.8.0...v1.8.1) (2022-12-02)
211

312

@@ -31,15 +40,3 @@
3140

3241

3342

34-
## [1.7.1](https://github.com/hypertrons/hypertrons-crx/compare/v1.7.0...v1.7.1) (2022-10-19)
35-
36-
37-
### Bug Fixes
38-
39-
* avoid redundant renders ([#485](https://github.com/hypertrons/hypertrons-crx/issues/485)) ([1ca1b32](https://github.com/hypertrons/hypertrons-crx/commit/1ca1b32969f82d0f8558e2b705f1604f9ea95d38))
40-
* modify the css class of the two network buttons in profile perceptor to avoid be truncated ([#484](https://github.com/hypertrons/hypertrons-crx/issues/484)) ([83f8c5e](https://github.com/hypertrons/hypertrons-crx/commit/83f8c5ee24284017655c7979e926a956df9068ec))
41-
* recenter the title of mergedline chart ([#482](https://github.com/hypertrons/hypertrons-crx/issues/482)) ([3bbf62b](https://github.com/hypertrons/hypertrons-crx/commit/3bbf62bec1f02ca32e6b207ab82a27abb703374e))
42-
* the width of tooltip is too small ([#477](https://github.com/hypertrons/hypertrons-crx/issues/477)) ([daf8ed6](https://github.com/hypertrons/hypertrons-crx/commit/daf8ed6c3cad3de439ffa06904b035dde2ca2749))
43-
44-
45-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypercrx",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
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.8.1",
3+
"latest_version": "1.8.2",
44
"url": "https://chrome.google.com/webstore/detail/hypercrx/ijchfbpdgeljmhnhokmekkecpbdkgabc"
55
},
66
"edge": {
7-
"latest_version": "1.8.1",
7+
"latest_version": "1.8.2",
88
"url": "https://microsoftedge.microsoft.com/addons/detail/hypercrx/lbbajaehiibofpconjgdjonmkidpcome"
99
},
1010
"develop": {
11-
"latest_version": "1.8.1",
11+
"latest_version": "1.8.2",
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.8.1',
3+
latest_version: '1.8.2',
44
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
55
},
66
edge: {
7-
latest_version: '1.8.1',
7+
latest_version: '1.8.2',
88
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
99
},
1010
develop: {
11-
latest_version: '1.8.1',
11+
latest_version: '1.8.2',
1212
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
1313
},
1414
};

0 commit comments

Comments
 (0)