Skip to content

Commit d7d551e

Browse files
Release 0.7.1 (#100)
1 parent 36417ef commit d7d551e

4 files changed

Lines changed: 16 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
88

9+
## [0.7.1] - 2026-05-20
10+
11+
### Fixed
12+
13+
- Development dependency lockfile now resolves `brace-expansion` to `5.0.6`,
14+
removing the disclosed `CVE-2026-45149` high-severity resource exhaustion
15+
advisory from maintainer tooling. Published SDK and CLI runtime dependencies
16+
are unchanged.
17+
918
## [0.7.0] - 2026-05-18
1019

1120
### Added

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "Librus Synergia API (SDK-supported subset)",
5-
"version": "0.7.0",
5+
"version": "0.7.1",
66
"description": "Best-effort OpenAPI document generated from the SDK's supported child-scoped Synergia GET surface. Authentication starts on portal.librus.pl; this document covers the subsequent bearer-token calls against api.librus.pl/3.0."
77
},
88
"servers": [

package-lock.json

Lines changed: 5 additions & 5 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": "librus-sdk",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "TypeScript SDK and CLI for Librus family portal and Gateway API 2.0 flows.",
55
"author": "Andrey Koltsov",
66
"repository": {

0 commit comments

Comments
 (0)