From 2bf7fce2d6fcfe26646e8910ced00967321d68c4 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 17 Mar 2026 08:38:38 -0700 Subject: [PATCH] Bump version to 1.5.1 Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- package.json | 2 +- public/index.html | 12 +++++++++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fe7b61e15..61d8f8cee 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -12,7 +12,7 @@ { "name": "impeccable", "description": "Design vocabulary and skills for frontend development. Includes 20 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced frontend-design skill with curated anti-patterns.", - "version": "1.5.0", + "version": "1.5.1", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e52c30e23..dadbc8834 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "impeccable", "description": "Design vocabulary and skills for frontend development. Includes 21 skills (20 user-invokable: /polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced frontend-design skill with curated anti-patterns.", - "version": "1.5.0", + "version": "1.5.1", "author": { "name": "Paul Bakaus", "email": "paul@paulbakaus.com" diff --git a/package.json b/package.json index 378ecc2f2..1cec7fde4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impeccable", - "version": "1.5.0", + "version": "1.5.1", "author": "Paul Bakaus", "dependencies": { "archiver": "^7.0.1", diff --git a/public/index.html b/public/index.html index 31ccd4639..26aa638e9 100644 --- a/public/index.html +++ b/public/index.html @@ -78,7 +78,7 @@ - + @@ -310,6 +310,16 @@
+
+
+ v1.5.1 + March 17, 2026 +
+
    +
  • /typeset now recommends fixed type scales for app UIs, reserving fluid typography for marketing/content pages
  • +
+
+
v1.5.0