Skip to content

Commit

Permalink
chore(release): 2.12.0
Browse files Browse the repository at this point in the history
# [2.12.0](v2.11.2...v2.12.0) (2023-03-05)

### Bug Fixes

* de-duplicate notifications ([40fadf0](40fadf0))

### Features

* show avro schema id ([#405](#405)) ([605861f](605861f))
* show raw record size ([#406](#406)) ([feebfdd](feebfdd))
  • Loading branch information
semantic-release-bot committed Mar 5, 2023
1 parent 40fadf0 commit 0b4545e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 15 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [2.12.0](https://github.com/andrewinci/insulator2/compare/v2.11.2...v2.12.0) (2023-03-05)

### Bug Fixes

- de-duplicate notifications ([40fadf0](https://github.com/andrewinci/insulator2/commit/40fadf0b0eec6f3679614b95748a8e0645160d20))

### Features

- show avro schema id ([#405](https://github.com/andrewinci/insulator2/issues/405)) ([605861f](https://github.com/andrewinci/insulator2/commit/605861f5bc597b459a76f70fcbe84bbde6540c90))
- show raw record size ([#406](https://github.com/andrewinci/insulator2/issues/406)) ([feebfdd](https://github.com/andrewinci/insulator2/commit/feebfdd932bd84f81eef8d6f5f695f2bb1a3eb24))

## [2.11.2](https://github.com/andrewinci/insulator2/compare/v2.11.1...v2.11.2) (2023-02-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion backend/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.11.2"
"version": "2.12.0"
},
"tauri": {
"allowlist": {
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.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",
"version": "v2.12.0",
"notes": "# [2.12.0](https://github.com/andrewinci/insulator2/compare/v2.11.2...v2.12.0) (2023-03-05)\n\n\n### Bug Fixes\n\n* de-duplicate notifications ([40fadf0](https://github.com/andrewinci/insulator2/commit/40fadf0b0eec6f3679614b95748a8e0645160d20))\n\n\n### Features\n\n* show avro schema id ([#405](https://github.com/andrewinci/insulator2/issues/405)) ([605861f](https://github.com/andrewinci/insulator2/commit/605861f5bc597b459a76f70fcbe84bbde6540c90))\n* show raw record size ([#406](https://github.com/andrewinci/insulator2/issues/406)) ([feebfdd](https://github.com/andrewinci/insulator2/commit/feebfdd932bd84f81eef8d6f5f695f2bb1a3eb24))\n\n\n\n",
"pub_date": "2023-03-05T10:56:30Z",
"platforms": {
"darwin-x86_64": {
"signature": "----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.0/Insulator.2.app.tar.gz"
},
"darwin-aarch64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.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": "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",
"version": "v2.12.0",
"notes": "# [2.12.0](https://github.com/andrewinci/insulator2/compare/v2.11.2...v2.12.0) (2023-03-05)\n\n\n### Bug Fixes\n\n* de-duplicate notifications ([40fadf0](https://github.com/andrewinci/insulator2/commit/40fadf0b0eec6f3679614b95748a8e0645160d20))\n\n\n### Features\n\n* show avro schema id ([#405](https://github.com/andrewinci/insulator2/issues/405)) ([605861f](https://github.com/andrewinci/insulator2/commit/605861f5bc597b459a76f70fcbe84bbde6540c90))\n* show raw record size ([#406](https://github.com/andrewinci/insulator2/issues/406)) ([feebfdd](https://github.com/andrewinci/insulator2/commit/feebfdd932bd84f81eef8d6f5f695f2bb1a3eb24))\n\n\n\n",
"pub_date": "2023-03-05T10:56:30Z",
"platforms": {
"linux-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/insulator-2_2.11.2_amd64.AppImage.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.0/insulator-2_2.12.0_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.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",
"version": "v2.12.0",
"notes": "# [2.12.0](https://github.com/andrewinci/insulator2/compare/v2.11.2...v2.12.0) (2023-03-05)\n\n\n### Bug Fixes\n\n* de-duplicate notifications ([40fadf0](https://github.com/andrewinci/insulator2/commit/40fadf0b0eec6f3679614b95748a8e0645160d20))\n\n\n### Features\n\n* show avro schema id ([#405](https://github.com/andrewinci/insulator2/issues/405)) ([605861f](https://github.com/andrewinci/insulator2/commit/605861f5bc597b459a76f70fcbe84bbde6540c90))\n* show raw record size ([#406](https://github.com/andrewinci/insulator2/issues/406)) ([feebfdd](https://github.com/andrewinci/insulator2/commit/feebfdd932bd84f81eef8d6f5f695f2bb1a3eb24))\n\n\n\n",
"pub_date": "2023-03-05T10:56:30Z",
"platforms": {
"windows-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.11.2/Insulator.2_2.11.2_x64_en-US.msi.zip"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.0/Insulator.2_2.12.0_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.11.2",
"version": "2.12.0",
"type": "module",
"workspaces": [
"frontend",
Expand Down

0 comments on commit 0b4545e

Please sign in to comment.