Skip to content

Commit a7e8ef5

Browse files
committed
0.6.11
1 parent d9e9774 commit a7e8ef5

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v0.6.10](https://github.com/hypermodules/hyperamp/compare/v0.6.9...v0.6.10)
10+
## [v0.6.11](https://github.com/hypermodules/hyperamp/compare/v0.6.10...v0.6.11)
11+
12+
### Commits
13+
14+
- Fix build targets [`f145813`](https://github.com/hypermodules/hyperamp/commit/f14581348d887a550e22ac627215d81c23913c58)
15+
16+
## [v0.6.10](https://github.com/hypermodules/hyperamp/compare/v0.6.9...v0.6.10) - 2023-03-11
1117

1218
### Commits
1319

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyperamp",
33
"description": "Indescribable music player",
4-
"version": "0.6.10",
4+
"version": "0.6.11",
55
"author": "Hypermodules (https://github.com/hypermodules)",
66
"browserify": {
77
"transform": [
@@ -27,9 +27,6 @@
2727
],
2828
"mac": {
2929
"category": "public.app-category.music",
30-
"target": [
31-
"default"
32-
],
3330
"target": [
3431
{
3532
"target": "dmg",

0 commit comments

Comments
 (0)