@williamthorsen/release-kit 4.4.0 → 4.5.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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [release-kit-v4.5.0] - 2026-04-06
6
+
7
+ ### Features
8
+
9
+ - Release-kit|feat: Add spike to common repo labels
10
+
5
11
  ## [release-kit-v4.4.0] - 2026-04-04
6
12
 
7
13
  ### Documentation
package/dist/esm/.cache CHANGED
@@ -1 +1 @@
1
- 89fa3a396cfa2f4f2cf5ce8827dbe171e310519ab3faa7325268a87693116335
1
+ ee18b710e962397616b0a9fc54a9101c2096a2925b2aebb8db506ae9972ff6c5
@@ -1 +1 @@
1
- export declare const VERSION = "4.4.0";
1
+ export declare const VERSION = "4.5.0";
@@ -1,4 +1,4 @@
1
- const VERSION = "4.4.0";
1
+ const VERSION = "4.5.0";
2
2
  export {
3
3
  VERSION
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@williamthorsen/release-kit",
3
- "version": "4.4.0",
3
+ "version": "4.5.0",
4
4
  "description": "Version-bumping and changelog-generation toolkit for release workflows",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/williamthorsen/node-monorepo-tools/tree/main/packages/release-kit#readme",
@@ -14,6 +14,9 @@
14
14
  - name: feature
15
15
  color: '0075ca'
16
16
  description: Added or improved external functionality
17
+ - name: spike
18
+ color: '000000'
19
+ description: Investigation
17
20
 
18
21
  # Guidance
19
22
  - name: good first issue