Skip to content

Commit 6f8e808

Browse files
chore(release): 0.9.2 [skip ci]
## [0.9.2](v0.9.1...v0.9.2) (2026-02-11) ### 🐛 Bug Fixes * project id fallback and stream error regression ([#94](#94)) ([caf9d58](caf9d58))
1 parent caf9d58 commit 6f8e808

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# Changelog
44

5+
## [0.9.2](https://github.com/Draculabo/AntigravityManager/compare/v0.9.1...v0.9.2) (2026-02-11)
6+
7+
### 🐛 Bug Fixes
8+
9+
* project id fallback and stream error regression ([#94](https://github.com/Draculabo/AntigravityManager/issues/94)) ([caf9d58](https://github.com/Draculabo/AntigravityManager/commit/caf9d5849ac86f4c83cb7b33804b873e0c2ff545))
10+
511
## [0.9.1](https://github.com/Draculabo/AntigravityManager/compare/v0.9.0...v0.9.1) (2026-02-11)
612

713
### 🐛 Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "antigravity-manager",
33
"productName": "Antigravity Manager",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"description": "Antigravity Manager - Electron App",
66
"main": ".vite/build/main.js",
77
"private": true,

0 commit comments

Comments
 (0)