Skip to content

Commit d1d7a03

Browse files
committed
build: release v0.4.1-beta
1 parent 71f2fca commit d1d7a03

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_Changes in the next release_
1111

12+
---
13+
14+
## 0.4.1-beta - 2026-03-17
15+
1216
### Added
1317

1418
- Add `stable_ids` option to media browse and search requests.
1519
- Add `getIds` method to Entities class.
1620

17-
---
18-
1921
## 0.4.0-beta - 2026-03-16
2022

2123
### Added

package-lock.json

Lines changed: 2 additions & 2 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,7 +1,7 @@
11
{
22
"name": "@unfoldedcircle/integration-api",
33
"description": "NodeJS wrapper for the Unfolded Circle Integration API",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"type": "module",
66
"main": "dist/cjs/index.js",
77
"module": "dist/mjs/index.js",

0 commit comments

Comments
 (0)