Skip to content

Commit

Permalink
chore(release): v1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 2, 2022
1 parent 3ed3551 commit ee9c1f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 24 deletions.
21 changes: 4 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.8.1](https://github.com/hypertrons/hypertrons-crx/compare/v1.8.0...v1.8.1) (2022-12-02)



# [1.8.0](https://github.com/hypertrons/hypertrons-crx/compare/v1.7.3...v1.8.0) (2022-11-29)


Expand Down Expand Up @@ -39,20 +43,3 @@



# [1.7.0](https://github.com/hypertrons/hypertrons-crx/compare/v1.6.4...v1.7.0) (2022-10-06)


### Bug Fixes

* perceptor components cannot be disabled ([#464](https://github.com/hypertrons/hypertrons-crx/issues/464)) ([e448cef](https://github.com/hypertrons/hypertrons-crx/commit/e448cef254588861201920eedf563e3a052d716e))
* public template is not regarded as public repo ([#471](https://github.com/hypertrons/hypertrons-crx/issues/471)) ([4f4e187](https://github.com/hypertrons/hypertrons-crx/commit/4f4e18737ca7745a02596ff6e2e8dc7b6d3e24ab))
* use `query` to fiter events of Echarts ([#466](https://github.com/hypertrons/hypertrons-crx/issues/466)) ([522c277](https://github.com/hypertrons/hypertrons-crx/commit/522c2778597a767b5810149c4a67bab785e883fc))


### Features

* click activity bar to view all issues and PRs in that month ([#456](https://github.com/hypertrons/hypertrons-crx/issues/456)) ([8c5a824](https://github.com/hypertrons/hypertrons-crx/commit/8c5a824d9472beaf15e1e0479e601454e9b2a465))
* show more data (in an embeded way) ([#455](https://github.com/hypertrons/hypertrons-crx/issues/455)) ([32edf7a](https://github.com/hypertrons/hypertrons-crx/commit/32edf7acb35f97eef27d0b3315e2837b96cd1eee)), closes [#464](https://github.com/hypertrons/hypertrons-crx/issues/464) [#462](https://github.com/hypertrons/hypertrons-crx/issues/462) [#466](https://github.com/hypertrons/hypertrons-crx/issues/466)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypercrx",
"version": "1.8.0",
"version": "1.8.1",
"type": "module",
"private": true,
"description": "Hypertrons Chromium Extension",
Expand Down
6 changes: 3 additions & 3 deletions publish/update_information.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"chrome": {
"latest_version": "1.8.0",
"latest_version": "1.8.1",
"url": "https://chrome.google.com/webstore/detail/hypercrx/ijchfbpdgeljmhnhokmekkecpbdkgabc"
},
"edge": {
"latest_version": "1.8.0",
"latest_version": "1.8.1",
"url": "https://microsoftedge.microsoft.com/addons/detail/hypercrx/lbbajaehiibofpconjgdjonmkidpcome"
},
"develop": {
"latest_version": "1.8.0",
"latest_version": "1.8.1",
"url": "https://github.com/hypertrons/hypertrons-crx/releases"
}
}
6 changes: 3 additions & 3 deletions src/mock/background.data.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export const updateInformation = {
chrome: {
latest_version: '1.8.0',
latest_version: '1.8.1',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
edge: {
latest_version: '1.8.0',
latest_version: '1.8.1',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
develop: {
latest_version: '1.8.0',
latest_version: '1.8.1',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
};
Expand Down

0 comments on commit ee9c1f1

Please sign in to comment.