Bump to v0.2.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c354ce7203
commit
74f4aeee21
|
|
@ -1,10 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.2.1 (2026-02-22)
|
## 0.2.2 (2026-02-23)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- **Installer crash** - Fixed "config is not defined" error during installation. The `createDocsFolders` method now correctly receives the config parameter needed for template replacements.
|
- **Installer crash** - Fixed "config is not defined" error during installation. The `createDocsFolders` method now correctly receives the config parameter needed for template replacements.
|
||||||
|
|
||||||
|
## 0.2.1 (2026-02-22)
|
||||||
|
|
||||||
|
### Known Issues
|
||||||
|
- **Installer crash** - Installation fails with "config is not defined" error. Fixed in 0.2.2.
|
||||||
|
|
||||||
## 0.2.0 (2026-02-20)
|
## 0.2.0 (2026-02-20)
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
|
||||||
|
|
@ -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.2.1",
|
"version": "0.2.2",
|
||||||
"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