Skip to content

Commit

Permalink
chore(release): v1.6.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 12, 2022
1 parent 31688ff commit da15e53
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.6.2](https://github.com/hypertrons/hypertrons-crx/compare/v1.6.1...v1.6.2) (2022-07-12)


### Bug Fixes

* fatal issue 382 ([#396](https://github.com/hypertrons/hypertrons-crx/issues/396)) ([31688ff](https://github.com/hypertrons/hypertrons-crx/commit/31688ff4c9470d2c14fabb20d1c3c3bc2ba28612))
* using dark theme in day time or vice verse is not considered ([#401](https://github.com/hypertrons/hypertrons-crx/issues/401)) ([1771cc7](https://github.com/hypertrons/hypertrons-crx/commit/1771cc7e347ff2b25913e0f6ef51a55709fd54b7))



## [1.6.1](https://github.com/hypertrons/hypertrons-crx/compare/v1.6.0...v1.6.1) (2022-07-07)


Expand Down
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.6.1",
"version": "1.6.2",
"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.6.1",
"latest_version": "1.6.2",
"url": "https://chrome.google.com/webstore/detail/hypercrx/ijchfbpdgeljmhnhokmekkecpbdkgabc"
},
"edge": {
"latest_version": "1.6.1",
"latest_version": "1.6.2",
"url": "https://microsoftedge.microsoft.com/addons/detail/hypercrx/lbbajaehiibofpconjgdjonmkidpcome"
},
"develop": {
"latest_version": "1.6.1",
"latest_version": "1.6.2",
"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.6.1',
latest_version: '1.6.2',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
edge: {
latest_version: '1.6.1',
latest_version: '1.6.2',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
develop: {
latest_version: '1.6.1',
latest_version: '1.6.2',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
};
Expand Down

0 comments on commit da15e53

Please sign in to comment.