promptarchitect 0.6.0 → 0.6.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to the "promptarchitect" extension will be documented in this file.
4
4
 
5
+ ## [0.6.1] - 2025-12-22
6
+
7
+ ### Fixed
8
+ - Fixed npm publish configuration
9
+
5
10
  ## [0.6.0] - 2025-12-22
6
11
 
7
12
  ### Added
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "promptarchitect",
3
3
  "displayName": "PromptArchitect - AI Prompt Engineering",
4
4
  "description": "Prompt Lab: Craft, Polish, Execute. Transform ideas into perfect AI prompts with our 3-step workflow. No API key needed.",
5
- "version": "0.6.0",
5
+ "version": "0.6.1",
6
6
  "publisher": "merabylabs",
7
7
  "repository": {
8
8
  "type": "git",