Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2022-09-27)

### Bug Fixes

* deal with long schemas and topic names ([86e1d1d](86e1d1d))
* set timeout for schema registry requests ([89add9e](89add9e))

### Features

* generate update manifests ([f937c03](f937c03))
* New version example ([f7063f7](f7063f7))
  • Loading branch information
semantic-release-bot committed Sep 27, 2022
1 parent f937c03 commit 1928f46
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "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"
}
}
}
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": "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"
}
}
}
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": "0.0.0",
"version": "1.4.0",
"type": "module",
"scripts": {
"postinstall": "husky install",
Expand Down
9 changes: 2 additions & 7 deletions 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": "0.0.1"
"version": "1.4.0"
},
"tauri": {
"allowlist": {
Expand All @@ -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": {
Expand Down

0 comments on commit 1928f46

Please sign in to comment.