Skip to content

Commit a9745c3

Browse files
committed
chore: release v0.2.7
1 parent 8b1cc99 commit a9745c3

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.2.7](https://github.com/mxvsh/wave/compare/v0.2.6...v0.2.7) (2026-03-08)
4+
5+
### Bug Fixes
6+
7+
* `Combine` import ([8b1cc99](https://github.com/mxvsh/wave/commit/8b1cc99f6437548242c1e40f9cd82a9678af6d60))
8+
39
* docs: update contributing.md (b20c303)
410
* chore: separate debug package (b9abeac)
511
* feat: add live permission gating section to settings (9c9d9f5)

Wave/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>v0.2.6</string>
20+
<string>v0.2.7</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSUIElement</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.6"
12+
"version": "0.2.7"
1313
}

0 commit comments

Comments
 (0)