From 1928f466accc24ab2945b561f0b87c4d6c87cef3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Sep 2022 05:31:26 +0100 Subject: [PATCH] chore(release): 1.4.0 # [1.4.0](https://github.com/andrewinci/insulator2/compare/v1.3.0...v1.4.0) (2022-09-27) ### Bug Fixes * deal with long schemas and topic names ([86e1d1d](https://github.com/andrewinci/insulator2/commit/86e1d1d77882111a1230da820960db1a6527623c)) * set timeout for schema registry requests ([89add9e](https://github.com/andrewinci/insulator2/commit/89add9e388e878c300e4dc9449f49c0344d5bc79)) ### Features * generate update manifests ([f937c03](https://github.com/andrewinci/insulator2/commit/f937c030038a4de5d84b496265ba8abd3c8dd370)) * New version example ([f7063f7](https://github.com/andrewinci/insulator2/commit/f7063f7ea54b91ee2bdd1720e66bb028bef30ab7)) --- CHANGELOG.md | 12 ++++++++++++ manifests/update-darwin.json | 10 +++++----- manifests/update-linux.json | 8 ++++---- package.json | 2 +- src-tauri/tauri.conf.json | 9 ++------- 5 files changed, 24 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33268a64..55a8d198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.4.0](https://github.com/andrewinci/insulator2/compare/v1.3.0...v1.4.0) (2022-09-27) + +### Bug Fixes + +- deal with long schemas and topic names ([86e1d1d](https://github.com/andrewinci/insulator2/commit/86e1d1d77882111a1230da820960db1a6527623c)) +- set timeout for schema registry requests ([89add9e](https://github.com/andrewinci/insulator2/commit/89add9e388e878c300e4dc9449f49c0344d5bc79)) + +### Features + +- generate update manifests ([f937c03](https://github.com/andrewinci/insulator2/commit/f937c030038a4de5d84b496265ba8abd3c8dd370)) +- New version example ([f7063f7](https://github.com/andrewinci/insulator2/commit/f7063f7ea54b91ee2bdd1720e66bb028bef30ab7)) + # [1.3.0](https://github.com/andrewinci/insulator2/compare/v1.2.1...v1.3.0) (2022-09-25) ### Bug Fixes diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index 312b2afc..26483dd3 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v0.0.1", - "notes": "Release notes example 2", - "pub_date": "2022-09-27T05:00:54Z", + "version": "v1.4.0", + "notes": "# [1.4.0](https://github.com/andrewinci/insulator2/compare/v1.3.0...v1.4.0) (2022-09-27)\n\n\n### Bug Fixes\n\n* deal with long schemas and topic names ([86e1d1d](https://github.com/andrewinci/insulator2/commit/86e1d1d77882111a1230da820960db1a6527623c))\n* set timeout for schema registry requests ([89add9e](https://github.com/andrewinci/insulator2/commit/89add9e388e878c300e4dc9449f49c0344d5bc79))\n\n\n### Features\n\n* generate update manifests ([f937c03](https://github.com/andrewinci/insulator2/commit/f937c030038a4de5d84b496265ba8abd3c8dd370))\n* New version example ([f7063f7](https://github.com/andrewinci/insulator2/commit/f7063f7ea54b91ee2bdd1720e66bb028bef30ab7))\n\n\n\n", + "pub_date": "2022-09-27T05:31:25Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "template" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.4.0/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "template" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.4.0/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index f8d7dff6..94862103 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v0.0.1", - "notes": "Release notes example 2", - "pub_date": "2022-09-27T05:00:54Z", + "version": "v1.4.0", + "notes": "# [1.4.0](https://github.com/andrewinci/insulator2/compare/v1.3.0...v1.4.0) (2022-09-27)\n\n\n### Bug Fixes\n\n* deal with long schemas and topic names ([86e1d1d](https://github.com/andrewinci/insulator2/commit/86e1d1d77882111a1230da820960db1a6527623c))\n* set timeout for schema registry requests ([89add9e](https://github.com/andrewinci/insulator2/commit/89add9e388e878c300e4dc9449f49c0344d5bc79))\n\n\n### Features\n\n* generate update manifests ([f937c03](https://github.com/andrewinci/insulator2/commit/f937c030038a4de5d84b496265ba8abd3c8dd370))\n* New version example ([f7063f7](https://github.com/andrewinci/insulator2/commit/f7063f7ea54b91ee2bdd1720e66bb028bef30ab7))\n\n\n\n", + "pub_date": "2022-09-27T05:31:25Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "template" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.4.0/insulator-2_1.4.0_amd64.AppImage.tar.gz" } } } diff --git a/package.json b/package.json index 7a2d2378..e58d9db5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "0.0.0", + "version": "1.4.0", "type": "module", "scripts": { "postinstall": "husky install", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index fc8f5bea..dc45f232 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "0.0.1" + "version": "1.4.0" }, "tauri": { "allowlist": { @@ -21,12 +21,7 @@ "depends": [] }, "externalBin": [], - "icon": [ - "icons/32x32.png", - "icons/128x128.png", - "icons/icon.icns", - "icons/icon.ico" - ], + "icon": ["icons/32x32.png", "icons/128x128.png", "icons/icon.icns", "icons/icon.ico"], "identifier": "com.insulator", "longDescription": "", "macOS": {