Skip to content

Commit 00bf4de

Browse files
chore(release): 0.3.4 [skip ci]
## [0.3.4](v0.3.3...v0.3.4) (2026-01-26) ### 🐛 Bug Fixes * **security:** add safeStorage fallback for production builds ([#38](#38)) ([#43](#43)) ([0208058](0208058)) ### 📝 Documentation * update beta release link ([d5ee08d](d5ee08d))
1 parent 0208058 commit 00bf4de

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

33
# Changelog
44

5+
## [0.3.4](https://github.com/Draculabo/AntigravityManager/compare/v0.3.3...v0.3.4) (2026-01-26)
6+
7+
### 🐛 Bug Fixes
8+
9+
* **security:** add safeStorage fallback for production builds ([#38](https://github.com/Draculabo/AntigravityManager/issues/38)) ([#43](https://github.com/Draculabo/AntigravityManager/issues/43)) ([0208058](https://github.com/Draculabo/AntigravityManager/commit/02080588b764ed88a5831152a3a1249f1d077d29))
10+
11+
### 📝 Documentation
12+
13+
* update beta release link ([d5ee08d](https://github.com/Draculabo/AntigravityManager/commit/d5ee08d5a06a915a8b82f680b38e2f532105498c))
14+
515
## [0.3.4-beta.1](https://github.com/Draculabo/AntigravityManager/compare/v0.3.3...v0.3.4-beta.1) (2026-01-25)
616

717
### 🐛 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.3.4-beta.1",
4+
"version": "0.3.4",
55
"description": "Antigravity Manager - Electron App",
66
"main": ".vite/build/main.js",
77
"private": true,

0 commit comments

Comments
 (0)