Skip to content

Commit 5b7ed41

Browse files
chore(release): 11.2.1 [skip ci]
## [11.2.1](v11.2.0...v11.2.1) (2026-04-28) ### Bug Fixes * **package.json:** Wrong file names on adjusted exports from package.json ([#249](#249)) ([#250](#250)) ([fbffe21](fbffe21))
1 parent fbffe21 commit 5b7ed41

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [11.2.1](https://github.com/e-Spirit/javascript-content-api-library/compare/v11.2.0...v11.2.1) (2026-04-28)
6+
7+
### Bug Fixes
8+
9+
* **package.json:** Wrong file names on adjusted exports from package.json ([#249](https://github.com/e-Spirit/javascript-content-api-library/issues/249)) ([#250](https://github.com/e-Spirit/javascript-content-api-library/issues/250)) ([fbffe21](https://github.com/e-Spirit/javascript-content-api-library/commit/fbffe217471a7ce7e2c5b22b5c2a68947042fd83))
10+
511
## [11.2.0](https://github.com/e-Spirit/javascript-content-api-library/compare/v11.1.0...v11.2.0) (2026-03-13)
612

713
### Features

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fsxa-api",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"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.",
55
"keywords": [],
66
"exports": {

proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fsxa-proxy-api",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"description": "This package represents the proxy version of the JavaScript Content API Library, running on the client side.",
55
"author": "Justin Wiegmann <justin.wiegmann@crownpeak.com>",
66
"contributors": [

0 commit comments

Comments
 (0)