Skip to content

Commit

Permalink
chore(release): publish 10.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Mar 30, 2024
1 parent e4e5bcc commit 59710ae
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.5](https://github.com/wopian/kitsu/compare/v10.1.4...v10.1.5) (2024-03-30)


### Bug Fixes

* **kitsu:** update dependency axios to v0.28.1 to address CVE-2023-45857 ([#964](https://github.com/wopian/kitsu/issues/964)) ([ac23118](https://github.com/wopian/kitsu/commit/ac2311858c29afa9c31f9fe6a68474a6edf853c7))





## [10.1.4](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.4) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.1.4",
"version": "10.1.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/kitsu-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.5](https://github.com/wopian/kitsu/compare/v10.1.4...v10.1.5) (2024-03-30)

**Note:** Version bump only for package kitsu-core





## [10.1.4](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.4) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/kitsu-core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.1.4",
"version": "10.1.5",
"name": "kitsu-core",
"description": "Simple, lightweight & framework agnostic JSON:API (de)serialsation components",
"author": "James Harris <wopian@wopian.me>",
Expand Down
11 changes: 11 additions & 0 deletions packages/kitsu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.1.5](https://github.com/wopian/kitsu/compare/v10.1.4...v10.1.5) (2024-03-30)


### Bug Fixes

* **kitsu:** update dependency axios to v0.28.1 to address CVE-2023-45857 ([#964](https://github.com/wopian/kitsu/issues/964)) ([ac23118](https://github.com/wopian/kitsu/commit/ac2311858c29afa9c31f9fe6a68474a6edf853c7))





## [10.1.4](https://github.com/wopian/kitsu/compare/v10.1.2...v10.1.4) (2024-03-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/kitsu/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.1.4",
"version": "10.1.5",
"name": "kitsu",
"description": "A simple, lightweight & framework agnostic JSON:API client using Axios",
"author": "James Harris <wopian@wopian.me>",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"axios": "^0.28.1",
"kitsu-core": "^10.1.4",
"kitsu-core": "^10.1.5",
"pluralize": "^8.0.0"
},
"size-limit": [
Expand Down

0 comments on commit 59710ae

Please sign in to comment.