@releasekit/notes 0.1.0 → 0.1.1-next.0

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.
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  writeJson,
25
25
  writeMarkdown,
26
26
  writeMonorepoChangelogs
27
- } from "./chunk-GN5RQW3G.js";
27
+ } from "./chunk-W7DVGQ7D.js";
28
28
  export {
29
29
  NotesError as ChangelogCreatorError,
30
30
  ConfigError,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@releasekit/notes",
3
- "version": "0.1.0",
4
- "description": "CLI tool for generating changelogs with LLM-powered enhancement and flexible templating",
3
+ "version": "0.1.1-next.0",
4
+ "description": "Changelog generation with LLM-powered enhancement and flexible templating",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -19,7 +19,7 @@
19
19
  }
20
20
  },
21
21
  "bin": {
22
- "releasekit-notes": "./dist/cli.js"
22
+ "releasekit-notes": "dist/cli.js"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "tsup src/index.ts src/cli.ts --format esm,cjs --dts",
@@ -36,7 +36,7 @@
36
36
  "license": "MIT",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "https://github.com/goosewobbler/releasekit",
39
+ "url": "git+https://github.com/goosewobbler/releasekit.git",
40
40
  "directory": "packages/notes"
41
41
  },
42
42
  "files": ["dist", "templates", "README.md", "LICENSE"],
@@ -66,6 +66,6 @@
66
66
  "vitest": "catalog:"
67
67
  },
68
68
  "engines": {
69
- "node": ">=18 || >=20"
69
+ "node": ">=20"
70
70
  }
71
71
  }