From 25c344fe004264c5ef220d3741e342b65bd40388 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Feb 2023 16:52:57 +0000 Subject: [PATCH] chore(release): 2.11.2 ## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24) ### Bug Fixes * disable resize in simple search mode ([5a17baa](https://github.com/andrewinci/insulator2/commit/5a17baa57ecc56de82d3cbfedae754e9181303f9)) * increase number of FD limit ([52352c6](https://github.com/andrewinci/insulator2/commit/52352c60463e4ca7c77d16af96c5ca3e3cf4e28b)) * missing human readable time ([b46e846](https://github.com/andrewinci/insulator2/commit/b46e84614b1837513ef4401d8739610a8dc98c5e)) * mitigate subtitle overload in the topic ([8c209fa](https://github.com/andrewinci/insulator2/commit/8c209fae1fa8cd77f26c308425ced337c82288a4)) --- CHANGELOG.md | 9 +++++++++ backend/tauri.conf.json | 2 +- manifests/update-darwin.json | 10 +++++----- manifests/update-linux.json | 8 ++++---- manifests/update-windows.json | 8 ++++---- package.json | 2 +- 6 files changed, 24 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab33e7b..558e9eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24) + +### Bug Fixes + +- disable resize in simple search mode ([5a17baa](https://github.com/andrewinci/insulator2/commit/5a17baa57ecc56de82d3cbfedae754e9181303f9)) +- increase number of FD limit ([52352c6](https://github.com/andrewinci/insulator2/commit/52352c60463e4ca7c77d16af96c5ca3e3cf4e28b)) +- missing human readable time ([b46e846](https://github.com/andrewinci/insulator2/commit/b46e84614b1837513ef4401d8739610a8dc98c5e)) +- mitigate subtitle overload in the topic ([8c209fa](https://github.com/andrewinci/insulator2/commit/8c209fae1fa8cd77f26c308425ced337c82288a4)) + ## [2.11.1](https://github.com/andrewinci/insulator2/compare/v2.11.0...v2.11.1) (2023-02-08) ### Bug Fixes diff --git a/backend/tauri.conf.json b/backend/tauri.conf.json index d143f600..ea63d58c 100644 --- a/backend/tauri.conf.json +++ b/backend/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "2.11.1" + "version": "2.11.2" }, "tauri": { "allowlist": { diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index 11a9c95d..5cc3d84f 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v2.11.1", - "notes": "## [2.11.1](https://github.com/andrewinci/insulator2/compare/v2.11.0...v2.11.1) (2023-02-08)\n\n\n### Bug Fixes\n\n* sidebar not updated on navigation ([de14c29](https://github.com/andrewinci/insulator2/commit/de14c29cad5fda682ee9290daa48c259a21c2cb6))\n\n\n\n", - "pub_date": "2023-02-08T06:48:37Z", + "version": "v2.11.2", + "notes": "## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24)\n\n\n### Bug Fixes\n\n* disable resize in simple search mode ([5a17baa](https://github.com/andrewinci/insulator2/commit/5a17baa57ecc56de82d3cbfedae754e9181303f9))\n* increase number of FD limit ([52352c6](https://github.com/andrewinci/insulator2/commit/52352c60463e4ca7c77d16af96c5ca3e3cf4e28b))\n* missing human readable time ([b46e846](https://github.com/andrewinci/insulator2/commit/b46e84614b1837513ef4401d8739610a8dc98c5e))\n* mitigate subtitle overload in the topic ([8c209fa](https://github.com/andrewinci/insulator2/commit/8c209fae1fa8cd77f26c308425ced337c82288a4))\n\n\n\n", + "pub_date": "2023-02-24T16:52:56Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.1/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.1/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index a5b455c7..5522e45b 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v2.11.1", - "notes": "## [2.11.1](https://github.com/andrewinci/insulator2/compare/v2.11.0...v2.11.1) (2023-02-08)\n\n\n### Bug Fixes\n\n* sidebar not updated on navigation ([de14c29](https://github.com/andrewinci/insulator2/commit/de14c29cad5fda682ee9290daa48c259a21c2cb6))\n\n\n\n", - "pub_date": "2023-02-08T06:48:37Z", + "version": "v2.11.2", + "notes": "## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24)\n\n\n### Bug Fixes\n\n* disable resize in simple search mode ([5a17baa](https://github.com/andrewinci/insulator2/commit/5a17baa57ecc56de82d3cbfedae754e9181303f9))\n* increase number of FD limit ([52352c6](https://github.com/andrewinci/insulator2/commit/52352c60463e4ca7c77d16af96c5ca3e3cf4e28b))\n* missing human readable time ([b46e846](https://github.com/andrewinci/insulator2/commit/b46e84614b1837513ef4401d8739610a8dc98c5e))\n* mitigate subtitle overload in the topic ([8c209fa](https://github.com/andrewinci/insulator2/commit/8c209fae1fa8cd77f26c308425ced337c82288a4))\n\n\n\n", + "pub_date": "2023-02-24T16:52:56Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.1/insulator-2_2.11.1_amd64.AppImage.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/insulator-2_2.11.2_amd64.AppImage.tar.gz" } } } diff --git a/manifests/update-windows.json b/manifests/update-windows.json index afead3ab..efebedb3 100644 --- a/manifests/update-windows.json +++ b/manifests/update-windows.json @@ -1,11 +1,11 @@ { - "version": "v2.11.1", - "notes": "## [2.11.1](https://github.com/andrewinci/insulator2/compare/v2.11.0...v2.11.1) (2023-02-08)\n\n\n### Bug Fixes\n\n* sidebar not updated on navigation ([de14c29](https://github.com/andrewinci/insulator2/commit/de14c29cad5fda682ee9290daa48c259a21c2cb6))\n\n\n\n", - "pub_date": "2023-02-08T06:48:37Z", + "version": "v2.11.2", + "notes": "## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24)\n\n\n### Bug Fixes\n\n* disable resize in simple search mode ([5a17baa](https://github.com/andrewinci/insulator2/commit/5a17baa57ecc56de82d3cbfedae754e9181303f9))\n* increase number of FD limit ([52352c6](https://github.com/andrewinci/insulator2/commit/52352c60463e4ca7c77d16af96c5ca3e3cf4e28b))\n* missing human readable time ([b46e846](https://github.com/andrewinci/insulator2/commit/b46e84614b1837513ef4401d8739610a8dc98c5e))\n* mitigate subtitle overload in the topic ([8c209fa](https://github.com/andrewinci/insulator2/commit/8c209fae1fa8cd77f26c308425ced337c82288a4))\n\n\n\n", + "pub_date": "2023-02-24T16:52:56Z", "platforms": { "windows-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.1/Insulator.2_2.11.1_x64_en-US.msi.zip" + "url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2_2.11.2_x64_en-US.msi.zip" } } } diff --git a/package.json b/package.json index 5c24c99f..c5932219 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "2.11.1", + "version": "2.11.2", "type": "module", "workspaces": [ "frontend",