4 Commits

Author SHA1 Message Date
8f7547f4ae v1.1.2 2026-03-15 10:08:32 +00:00
6915711925 fix(repo): no changes to commit 2026-03-15 10:08:32 +00:00
cb7d82884c v1.1.1 2026-03-15 09:54:21 +00:00
3452a3712f fix(package): mark package as publishable by disabling private mode 2026-03-15 09:54:21 +00:00
2 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-03-15 - 1.1.2 - fix(repo)
no changes to commit
## 2026-03-15 - 1.1.1 - fix(package)
mark package as publishable by disabling private mode
- Change package.json private from true to false to allow publishing or external consumption of the package.
## 2026-03-15 - 1.1.0 - feat(package)
add project metadata, release configuration, and README documentation

View File

@@ -1,7 +1,7 @@
{
"name": "@maintainable.xyz/house-spec",
"version": "1.1.0",
"private": true,
"version": "1.1.2",
"private": false,
"description": "Open specification for building maximally maintainable, healthy homes — H13 HEPA air system, Lindner Doppelboden, Plafotherm ceiling, Baufritz timber-frame",
"type": "module",
"scripts": {