set-prompt 0.2.0 → 0.2.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 +8 -0
  2. package/package.json +9 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ---
6
6
 
7
+ ## [0.2.1] - 2026-04-02
8
+
9
+ ### Changed
10
+ - Add `repository`, `homepage`, `bugs` fields to `package.json` for npm registry links
11
+ - Update package description to "Sync your prompt library across AI coding tools from a single git repo"
12
+
13
+ ---
14
+
7
15
  ## [0.2.0] - 2026-04-02
8
16
 
9
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "set-prompt",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Sync your prompt library across AI coding tools from a single git repo",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -23,6 +23,14 @@
23
23
  ],
24
24
  "author": "juncha9 (https://github.com/juncha9)",
25
25
  "license": "MIT",
26
+ "homepage": "https://github.com/juncha9/set-prompt#readme",
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "https://github.com/juncha9/set-prompt.git"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/juncha9/set-prompt/issues"
33
+ },
26
34
  "dependencies": {
27
35
  "@inquirer/prompts": "^8.3.0",
28
36
  "chalk": "^5.6.2",