0.1.1
This commit is contained in:
parent
1453c050ac
commit
0d7364e534
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.1 (2026-01-29)
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
- **Learning material moved** - Installer now places optional learning & reference material in `_wds-learn/` at the project root (safe to delete without touching `_wds/`).
|
||||||
|
- **Docs & messaging** - Updated README and post-install guidance to reference `_wds-learn/`.
|
||||||
|
|
||||||
## 0.1.0 (2026-01-29)
|
## 0.1.0 (2026-01-29)
|
||||||
|
|
||||||
Initial public release on npm.
|
Initial public release on npm.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "whiteport-design-studio",
|
"name": "whiteport-design-studio",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Whiteport Design Studio - Strategic design methodology for AI-powered workflows",
|
"description": "Whiteport Design Studio - Strategic design methodology for AI-powered workflows",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"design",
|
"design",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue