Skip to content

Commit 1f93489

Browse files
committed
chore(release): publish 11.0.1
1 parent d47b6d9 commit 1f93489

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.0.1](https://github.com/wopian/kitsu/compare/v11.0.0...v11.0.1) (2025-04-09)
7+
8+
**Note:** Version bump only for package kitsujs
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/wopian/kitsu/compare/v10.2.1...v11.0.0) (2025-04-09)
715

816

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.0.0",
2+
"version": "11.0.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

packages/kitsu-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.0.1](https://github.com/wopian/kitsu/compare/v11.0.0...v11.0.1) (2025-04-09)
7+
8+
**Note:** Version bump only for package kitsu-core
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/wopian/kitsu/compare/v10.2.1...v11.0.0) (2025-04-09)
715

816

packages/kitsu-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.0.0",
2+
"version": "11.0.1",
33
"name": "kitsu-core",
44
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
55
"author": "James Harris <[email protected]>",

packages/kitsu/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.0.1](https://github.com/wopian/kitsu/compare/v11.0.0...v11.0.1) (2025-04-09)
7+
8+
**Note:** Version bump only for package kitsu
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/wopian/kitsu/compare/v10.2.1...v11.0.0) (2025-04-09)
715

816
### Bug Fixes

packages/kitsu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.0.0",
2+
"version": "11.0.1",
33
"name": "kitsu",
44
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
55
"author": "James Harris <[email protected]>",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"axios": "^1.8.4",
53-
"kitsu-core": "^11.0.0",
53+
"kitsu-core": "^11.0.1",
5454
"pluralize": "^8.0.0"
5555
},
5656
"size-limit": [

0 commit comments

Comments
 (0)