@thesolaceproject/emberharmony-linux-arm64-musl 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,7 @@
1
1
  ## What's Changed
2
- * Release 1.4.1: fix npm global install for the scoped CLI package by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/99
3
- * wrapper: select platform binary by variant priority (fixes musl/baseline mis-selection + readdir crash) by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/101
4
- * Dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/100
5
- * wrapper: select platform binary by variant priority, not readdir order by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/102
2
+ * Merge into dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/103
3
+ * ci(release): attach desktop bundles to releases (find nested tauri output) by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/104
4
+ * Dev by @sydneyrenee in https://github.com/SolaceHarmony/emberharmony/pull/105
6
5
 
7
6
 
8
- **Full Changelog**: https://github.com/SolaceHarmony/emberharmony/compare/v1.4.0...v1.4.1
7
+ **Full Changelog**: https://github.com/SolaceHarmony/emberharmony/compare/v1.4.1...v1.4.2
package/bin/emberharmony CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesolaceproject/emberharmony-linux-arm64-musl",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "os": [
5
5
  "linux"
6
6
  ],