Skip to content

Commit

Permalink
chore(release): 2.3.1
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2022-11-30)

### Bug Fixes

* store favorites locally ([056e1af](056e1af))
  • Loading branch information
semantic-release-bot committed Nov 30, 2022
1 parent 056e1af commit eda9ff1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.3.1](https://github.com/andrewinci/insulator2/compare/v2.3.0...v2.3.1) (2022-11-30)

### Bug Fixes

- store favorites locally ([056e1af](https://github.com/andrewinci/insulator2/commit/056e1afaf87cbbc53019257988dff85569e1bd5e))

# [2.3.0](https://github.com/andrewinci/insulator2/compare/v2.2.0...v2.3.0) (2022-11-28)

### Features
Expand Down
10 changes: 5 additions & 5 deletions manifests/update-darwin.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "v2.3.0",
"notes": "# [2.3.0](https://github.com/andrewinci/insulator2/compare/v2.2.0...v2.3.0) (2022-11-28)\n\n\n### Features\n\n* active users telemetry ([0a36d3a](https://github.com/andrewinci/insulator2/commit/0a36d3a7c806b99c3f97c054d3ba2e641927785b))\n* emit errors from the kafka consumer to the frontend ([d20def2](https://github.com/andrewinci/insulator2/commit/d20def2bc402468185d9c3bdf4baed45f6d5fca4))\n* pause consumer group when a consumption intervall is specified ([42a5753](https://github.com/andrewinci/insulator2/commit/42a5753e1614aa2273ac43f31de77e56f2612057))\n\n\n\n",
"pub_date": "2022-11-28T21:47:34Z",
"version": "v2.3.1",
"notes": "## [2.3.1](https://github.com/andrewinci/insulator2/compare/v2.3.0...v2.3.1) (2022-11-30)\n\n\n### Bug Fixes\n\n* store favorites locally ([056e1af](https://github.com/andrewinci/insulator2/commit/056e1afaf87cbbc53019257988dff85569e1bd5e))\n\n\n\n",
"pub_date": "2022-11-30T07:42:58Z",
"platforms": {
"darwin-x86_64": {
"signature": "----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.3.0/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.3.1/Insulator.2.app.tar.gz"
},
"darwin-aarch64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.3.0/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.3.1/Insulator.2.app.tar.gz"
}
}
}
8 changes: 4 additions & 4 deletions manifests/update-linux.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "v2.3.0",
"notes": "# [2.3.0](https://github.com/andrewinci/insulator2/compare/v2.2.0...v2.3.0) (2022-11-28)\n\n\n### Features\n\n* active users telemetry ([0a36d3a](https://github.com/andrewinci/insulator2/commit/0a36d3a7c806b99c3f97c054d3ba2e641927785b))\n* emit errors from the kafka consumer to the frontend ([d20def2](https://github.com/andrewinci/insulator2/commit/d20def2bc402468185d9c3bdf4baed45f6d5fca4))\n* pause consumer group when a consumption intervall is specified ([42a5753](https://github.com/andrewinci/insulator2/commit/42a5753e1614aa2273ac43f31de77e56f2612057))\n\n\n\n",
"pub_date": "2022-11-28T21:47:34Z",
"version": "v2.3.1",
"notes": "## [2.3.1](https://github.com/andrewinci/insulator2/compare/v2.3.0...v2.3.1) (2022-11-30)\n\n\n### Bug Fixes\n\n* store favorites locally ([056e1af](https://github.com/andrewinci/insulator2/commit/056e1afaf87cbbc53019257988dff85569e1bd5e))\n\n\n\n",
"pub_date": "2022-11-30T07:42:58Z",
"platforms": {
"linux-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.3.0/insulator-2_2.3.0_amd64.AppImage.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.3.1/insulator-2_2.3.1_amd64.AppImage.tar.gz"
}
}
}
8 changes: 4 additions & 4 deletions manifests/update-windows.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "v2.3.0",
"notes": "# [2.3.0](https://github.com/andrewinci/insulator2/compare/v2.2.0...v2.3.0) (2022-11-28)\n\n\n### Features\n\n* active users telemetry ([0a36d3a](https://github.com/andrewinci/insulator2/commit/0a36d3a7c806b99c3f97c054d3ba2e641927785b))\n* emit errors from the kafka consumer to the frontend ([d20def2](https://github.com/andrewinci/insulator2/commit/d20def2bc402468185d9c3bdf4baed45f6d5fca4))\n* pause consumer group when a consumption intervall is specified ([42a5753](https://github.com/andrewinci/insulator2/commit/42a5753e1614aa2273ac43f31de77e56f2612057))\n\n\n\n",
"pub_date": "2022-11-28T21:47:34Z",
"version": "v2.3.1",
"notes": "## [2.3.1](https://github.com/andrewinci/insulator2/compare/v2.3.0...v2.3.1) (2022-11-30)\n\n\n### Bug Fixes\n\n* store favorites locally ([056e1af](https://github.com/andrewinci/insulator2/commit/056e1afaf87cbbc53019257988dff85569e1bd5e))\n\n\n\n",
"pub_date": "2022-11-30T07:42:58Z",
"platforms": {
"windows-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.3.0/Insulator.2_2.3.0_x64_en-US.msi.zip"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.3.1/Insulator.2_2.3.1_x64_en-US.msi.zip"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "insulator2",
"private": true,
"version": "2.3.0",
"version": "2.3.1",
"type": "module",
"scripts": {
"postinstall": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Insulator 2",
"version": "2.3.0"
"version": "2.3.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit eda9ff1

Please sign in to comment.