Skip to content

Commit

Permalink
🐛 Override rollup for arm64 builds (#2494)
Browse files Browse the repository at this point in the history
* 🐛 Override rollup for arm64 builds

* 📝 update changelog
  • Loading branch information
moisout authored Dec 12, 2023
1 parent 344eb27 commit 7840996
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 304 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This file is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.1]

### Fixed

- Override rollup for arm64 builds [#2494](https://github.com/ViewTube/viewtube/pull/2494)

## [0.14.0]

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

- Initial release

[unreleased]: https://github.com/viewtube/viewtube/compare/v0.14.0...development
[unreleased]: https://github.com/viewtube/viewtube/compare/v0.14.1...development
[0.14.1]: https://github.com/viewtube/viewtube/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/viewtube/viewtube/compare/v0.13.1...v0.14.0
[0.13.1]: https://github.com/viewtube/viewtube/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/viewtube/viewtube/compare/v0.12.2...v0.13.0
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
},
"overrides": {
"has": "npm:@nolyfill/has@latest",
"side-channel": "npm:@nolyfill/side-channel@latest"
"side-channel": "npm:@nolyfill/side-channel@latest",
"rollup": "npm:@rollup/wasm-node"
}
}
}
Loading

0 comments on commit 7840996

Please sign in to comment.