Skip to content

Commit

Permalink
chore(release): 10.22.1 [skip ci]
Browse files Browse the repository at this point in the history
## [10.22.1](v10.22.0...v10.22.1) (2024-04-11)

### Bug Fixes

* **logger:** remove chalk from proxy api to reduce bundle size ([#208](#208)) ([5e84078](5e84078))
  • Loading branch information
semantic-release-bot committed Apr 11, 2024
1 parent 5e84078 commit 2f2f897
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [10.22.1](https://github.com/e-Spirit/fsxa-api/compare/v10.22.0...v10.22.1) (2024-04-11)


### Bug Fixes

* **logger:** remove chalk from proxy api to reduce bundle size ([#208](https://github.com/e-Spirit/fsxa-api/issues/208)) ([5e84078](https://github.com/e-Spirit/fsxa-api/commit/5e8407846872497df70bab212dabe99ce69536cb))

# [10.22.0](https://github.com/e-Spirit/fsxa-api/compare/v10.21.0...v10.22.0) (2024-04-09)


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsxa-api",
"version": "10.22.0",
"version": "10.22.1",
"description": "The JavaScript Content API Library a.k.a. Content API is an interface handling data coming from the FirstSpirit CaaS and the Navigation Service.",
"keywords": [],
"main": "dist/fsxa-api.cjs.js",
Expand Down

0 comments on commit 2f2f897

Please sign in to comment.