Skip to content

Commit

Permalink
chore(release): 2.12.4
Browse files Browse the repository at this point in the history
## [2.12.4](v2.12.3...v2.12.4) (2023-07-20)

### Bug Fixes

* avro serialisation of nested records with implicit namespace ([#545](#545)) ([c0583d1](c0583d1))
  • Loading branch information
semantic-release-bot committed Jul 20, 2023
1 parent c0583d1 commit 9f46603
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.12.4](https://github.com/andrewinci/insulator2/compare/v2.12.3...v2.12.4) (2023-07-20)

### Bug Fixes

- avro serialisation of nested records with implicit namespace ([#545](https://github.com/andrewinci/insulator2/issues/545)) ([c0583d1](https://github.com/andrewinci/insulator2/commit/c0583d12944567872079c6162e976f9ea9477e8a))

## [2.12.3](https://github.com/andrewinci/insulator2/compare/v2.12.2...v2.12.3) (2023-07-19)

### 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.12.3"
"version": "2.12.4"
},
"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.12.3",
"notes": "## [2.12.3](https://github.com/andrewinci/insulator2/compare/v2.12.2...v2.12.3) (2023-07-19)\n\n\n### Bug Fixes\n\n* ingore set windows min size when in full screen ([#542](https://github.com/andrewinci/insulator2/issues/542)) ([5d81a6b](https://github.com/andrewinci/insulator2/commit/5d81a6b077590d34613a40a3d655291ab3e12046))\n\n\n\n",
"pub_date": "2023-07-19T08:29:30Z",
"version": "v2.12.4",
"notes": "## [2.12.4](https://github.com/andrewinci/insulator2/compare/v2.12.3...v2.12.4) (2023-07-20)\n\n\n### Bug Fixes\n\n* avro serialisation of nested records with implicit namespace ([#545](https://github.com/andrewinci/insulator2/issues/545)) ([c0583d1](https://github.com/andrewinci/insulator2/commit/c0583d12944567872079c6162e976f9ea9477e8a))\n\n\n\n",
"pub_date": "2023-07-20T21:16:15Z",
"platforms": {
"darwin-x86_64": {
"signature": "----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.3/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.4/Insulator.2.app.tar.gz"
},
"darwin-aarch64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.3/Insulator.2.app.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.4/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.12.3",
"notes": "## [2.12.3](https://github.com/andrewinci/insulator2/compare/v2.12.2...v2.12.3) (2023-07-19)\n\n\n### Bug Fixes\n\n* ingore set windows min size when in full screen ([#542](https://github.com/andrewinci/insulator2/issues/542)) ([5d81a6b](https://github.com/andrewinci/insulator2/commit/5d81a6b077590d34613a40a3d655291ab3e12046))\n\n\n\n",
"pub_date": "2023-07-19T08:29:30Z",
"version": "v2.12.4",
"notes": "## [2.12.4](https://github.com/andrewinci/insulator2/compare/v2.12.3...v2.12.4) (2023-07-20)\n\n\n### Bug Fixes\n\n* avro serialisation of nested records with implicit namespace ([#545](https://github.com/andrewinci/insulator2/issues/545)) ([c0583d1](https://github.com/andrewinci/insulator2/commit/c0583d12944567872079c6162e976f9ea9477e8a))\n\n\n\n",
"pub_date": "2023-07-20T21:16:15Z",
"platforms": {
"linux-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.3/insulator-2_2.12.3_amd64.AppImage.tar.gz"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.4/insulator-2_2.12.4_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.12.3",
"notes": "## [2.12.3](https://github.com/andrewinci/insulator2/compare/v2.12.2...v2.12.3) (2023-07-19)\n\n\n### Bug Fixes\n\n* ingore set windows min size when in full screen ([#542](https://github.com/andrewinci/insulator2/issues/542)) ([5d81a6b](https://github.com/andrewinci/insulator2/commit/5d81a6b077590d34613a40a3d655291ab3e12046))\n\n\n\n",
"pub_date": "2023-07-19T08:29:30Z",
"version": "v2.12.4",
"notes": "## [2.12.4](https://github.com/andrewinci/insulator2/compare/v2.12.3...v2.12.4) (2023-07-20)\n\n\n### Bug Fixes\n\n* avro serialisation of nested records with implicit namespace ([#545](https://github.com/andrewinci/insulator2/issues/545)) ([c0583d1](https://github.com/andrewinci/insulator2/commit/c0583d12944567872079c6162e976f9ea9477e8a))\n\n\n\n",
"pub_date": "2023-07-20T21:16:15Z",
"platforms": {
"windows-x86_64": {
"signature": "-----",
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.3/Insulator.2_2.12.3_x64_en-US.msi.zip"
"url": "https://github.com/andrewinci/insulator2/releases/download/v2.12.4/Insulator.2_2.12.4_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.12.3",
"version": "2.12.4",
"type": "module",
"workspaces": [
"frontend",
Expand Down

0 comments on commit 9f46603

Please sign in to comment.