@powerhousedao/config 6.0.0-dev.61 → 6.0.0-dev.62

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 6.0.0-dev.61 (2026-02-27)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
6
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Frank
11
+ - Ryan Wolhuter @ryanwolhuter
12
+
1
13
  ## 6.0.0-dev.60 (2026-02-27)
2
14
 
3
15
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerhousedao/config",
3
- "version": "6.0.0-dev.61",
3
+ "version": "6.0.0-dev.62",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "private": false,