Skip to content

Commit 0704903

Browse files
committed
chore: release v0.2.8
1 parent a725bf5 commit 0704903

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.8](https://github.com/mxvsh/wave/compare/v0.2.7...v0.2.8) (2026-03-08)
4+
5+
### Bug Fixes
6+
7+
* bump CFBundleVersion alongside marketing version on release ([d2fa1d9](https://github.com/mxvsh/wave/commit/d2fa1d901ddc7a4ccd6ec2120306fe047a6f729e))
8+
* include Info.plist in release version bump hook ([a725bf5](https://github.com/mxvsh/wave/commit/a725bf5032a949ba0e60b164fb463d7b08d7e113))
9+
* resolve menu bar window, onboarding mic stuck, and debug bundle ID ([93a0f23](https://github.com/mxvsh/wave/commit/93a0f23e0f90ce525fa4062123887778f62fc51e))
10+
311
## [0.2.7](https://github.com/mxvsh/wave/compare/v0.2.6...v0.2.7) (2026-03-08)
412

513
### Bug Fixes

Wave.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
CODE_SIGN_ENTITLEMENTS = wave/wave.entitlements;
284284
CODE_SIGN_STYLE = Automatic;
285285
COMBINE_HIDPI_IMAGES = YES;
286-
CURRENT_PROJECT_VERSION = 1;
286+
CURRENT_PROJECT_VERSION = 0.2.8;
287287
DEVELOPMENT_TEAM = 996Y4MJA7D;
288288
ENABLE_APP_SANDBOX = NO;
289289
ENABLE_HARDENED_RUNTIME = YES;
@@ -326,7 +326,7 @@
326326
CODE_SIGN_ENTITLEMENTS = wave/wave.entitlements;
327327
CODE_SIGN_STYLE = Automatic;
328328
COMBINE_HIDPI_IMAGES = YES;
329-
CURRENT_PROJECT_VERSION = 1;
329+
CURRENT_PROJECT_VERSION = 0.2.8;
330330
DEVELOPMENT_TEAM = 996Y4MJA7D;
331331
ENABLE_APP_SANDBOX = NO;
332332
ENABLE_HARDENED_RUNTIME = YES;

Wave/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>v0.2.7</string>
20+
<string>0.2.8</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>0.2.8</string>
2323
<key>LSUIElement</key>
2424
<false/>
2525
<key>NSMicrophoneUsageDescription</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"@release-it/conventional-changelog": "^10.0.5",
1010
"release-it": "^19.2.4"
1111
},
12-
"version": "0.2.7"
12+
"version": "0.2.8"
1313
}

0 commit comments

Comments
 (0)