Skip to content

Commit 2748a53

Browse files
chore(release): 11.2.0 [skip ci]
## [11.2.0](v11.1.0...v11.2.0) (2026-03-13) ### Features * **mediaurls:** option to add revision query param to media URLs in Release ([#243](#243)) ([ce48a17](ce48a17))
1 parent ce48a17 commit 2748a53

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.0](https://github.com/e-Spirit/javascript-content-api-library/compare/v11.1.0...v11.2.0) (2026-03-13)
6+
7+
### Features
8+
9+
* **mediaurls:** option to add revision query param to media URLs in Release ([#243](https://github.com/e-Spirit/javascript-content-api-library/issues/243)) ([ce48a17](https://github.com/e-Spirit/javascript-content-api-library/commit/ce48a17345720b17d6162335b63a3d88286257e7))
10+
511
## [11.1.0](https://github.com/e-Spirit/javascript-content-api-library/compare/v11.0.0...v11.1.0) (2026-03-03)
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.1.0",
3+
"version": "11.2.0",
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.1.0",
3+
"version": "11.2.0",
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)