@williamthorsen/release-kit 0.2.1 → 0.2.2

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-v0.2.2] - 2026-03-10
6
+
7
+ ### Tooling
8
+
9
+ - \*|tooling: Change package registry from github to npmjs
10
+
5
11
  ## [release-kit-v0.2.1] - 2026-03-09
6
12
 
7
13
  ### Tooling
package/dist/esm/.cache CHANGED
@@ -1 +1 @@
1
- 8a18e5e0175c0a255102ec4b295d04d399b7b59bad01debc291efd33e7abf5c2
1
+ d1399daa908608c433b1235b6ea87a53fa94d624e116cc5a5aa3da8a5790358b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@williamthorsen/release-kit",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Version-bumping and changelog-generation toolkit for release workflows",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/williamthorsen/toolbelt/tree/main/packages/release-kit#readme",