File tree Expand file tree Collapse file tree 3 files changed +81
-304
lines changed
Expand file tree Collapse file tree 3 files changed +81
-304
lines changed Original file line number Diff line number Diff line change 33This file is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
44and 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments