@b3-business/cherry 0.2.4 → 0.2.6

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 +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,13 +6,14 @@ A tree-shakeable, minimal API client factory. Import only the routes you need
6
6
 
7
7
  [![npm](https://img.shields.io/npm/v/@b3-business/cherry)](https://www.npmjs.com/package/@b3-business/cherry)
8
8
  [![JSR](https://jsr.io/badges/@b3-business/cherry)](https://jsr.io/@b3-business/cherry)
9
- [![GitHub](https://img.shields.io/github/stars/b3-business/cherry?style=social)](https://github.com/b3-business/cherry)
9
+ [![GitHub](https://img.shields.io/badge/GitHub-b3--business%2Fcherry-blue?logo=github)](https://github.com/b3-business/cherry)
10
10
 
11
11
  ---
12
12
 
13
- ## Latest Changelog - 0.2.4
13
+ ## Latest Changelog - 0.2.6
14
14
 
15
- - Add LICENSE file for JSR publishing
15
+ - Fix npm/JSR badges to update on new versions (rollback HTML to markdown)
16
+ - GitHub badge shows repo name instead of stars
16
17
 
17
18
  See [CHANGELOG.md](https://github.com/b3-business/cherry/blob/main/packages/cherry/CHANGELOG.md) for full history.
18
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3-business/cherry",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
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",