@powerhousedao/config 5.1.0-dev.39 → 5.1.0-dev.40
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.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 5.1.0-dev.40 (2026-01-10)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **builder-tools:** improved validation on doc model editor and unit tests ([336f5d575](https://github.com/powerhouse-inc/powerhouse/commit/336f5d575))
|
|
6
|
+
- **codegen:** add validation to package json test ([03d06ef57](https://github.com/powerhouse-inc/powerhouse/commit/03d06ef57))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- acaldas @acaldas
|
|
11
|
+
- ryanwolhuter @ryanwolhuter
|
|
12
|
+
|
|
1
13
|
## 5.1.0-dev.39 (2026-01-09)
|
|
2
14
|
|
|
3
15
|
This was a version bump only for @powerhousedao/config to align it with other projects, there were no code changes.
|