Skip to content

Commit 7840996

Browse files
authored
🐛 Override rollup for arm64 builds (#2494)
* 🐛 Override rollup for arm64 builds * 📝 update changelog
1 parent 344eb27 commit 7840996

File tree

3 files changed

+81
-304
lines changed

3 files changed

+81
-304
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This file is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.14.1]
7+
8+
### Fixed
9+
10+
- Override rollup for arm64 builds [#2494](https://github.com/ViewTube/viewtube/pull/2494)
11+
612
## [0.14.0]
713

814
### Breaking ⚠️
@@ -347,7 +353,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
347353

348354
- Initial release
349355

350-
[unreleased]: https://github.com/viewtube/viewtube/compare/v0.14.0...development
356+
[unreleased]: https://github.com/viewtube/viewtube/compare/v0.14.1...development
357+
[0.14.1]: https://github.com/viewtube/viewtube/compare/v0.14.0...v0.14.1
351358
[0.14.0]: https://github.com/viewtube/viewtube/compare/v0.13.1...v0.14.0
352359
[0.13.1]: https://github.com/viewtube/viewtube/compare/v0.13.0...v0.13.1
353360
[0.13.0]: https://github.com/viewtube/viewtube/compare/v0.12.2...v0.13.0

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"overrides": {
4646
"has": "npm:@nolyfill/has@latest",
47-
"side-channel": "npm:@nolyfill/side-channel@latest"
47+
"side-channel": "npm:@nolyfill/side-channel@latest",
48+
"rollup": "npm:@rollup/wasm-node"
4849
}
4950
}
5051
}

0 commit comments

Comments
 (0)