Skip to content

Commit

Permalink
chore(release): v1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jul 7, 2022
1 parent a57e3d7 commit 3b9e84f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 1.6.0 (2022-06-25)
## [1.6.1](https://github.com/hypertrons/hypertrons-crx/compare/v1.6.0...v1.6.1) (2022-07-07)



# [1.6.0](https://github.com/hypertrons/hypertrons-crx/compare/7a41836b12f4d2c312c71d077341ee4f59dea0bc...v1.6.0) (2022-06-25)


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

0 comments on commit 3b9e84f

Please sign in to comment.