@b3-business/cherry 0.2.2 → 0.2.3

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,11 +10,11 @@ A tree-shakeable, minimal API client factory. Import only the routes you need
10
10
 
11
11
  ---
12
12
 
13
- ## Latest Changelog - 0.2.2
13
+ ## Latest Changelog - 0.2.3
14
14
 
15
- - Fix: Add repository field for npm provenance verification
15
+ - Add JSR (jsr.io) publishing
16
16
 
17
- See [CHANGELOG.md](./CHANGELOG.md) for full history.
17
+ See [CHANGELOG.md](https://github.com/b3-business/cherry/blob/main/packages/cherry/CHANGELOG.md) for full history.
18
18
 
19
19
  ---
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3-business/cherry",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "A tree-shakeable, minimal API client factory. Import only the routes you need — nothing more.",
5
5
  "repository": {
6
6
  "type": "git",