Skip to content

Commit c72e92f

Browse files
committed
chore(release): cut the v1.10.0 release [skip ci]
1 parent 30f173b commit c72e92f

87 files changed

Lines changed: 619 additions & 419 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.10.0](https://github.com/swagger-api/apidom/compare/v1.9.0...v1.10.0) (2026-04-01)
7+
8+
### Bug Fixes
9+
10+
- **parser-adapter:** move tree lifecycle management to callers ([#5156](https://github.com/swagger-api/apidom/issues/5156)) ([30f173b](https://github.com/swagger-api/apidom/commit/30f173b6ac5a13c7f53e01440dde6ded222bd18a))
11+
12+
### Features
13+
14+
- update HTTP bindings ([#5142](https://github.com/swagger-api/apidom/issues/5142)) ([2d890e3](https://github.com/swagger-api/apidom/commit/2d890e3720d879743b640c5f521697fbbae393b8))
15+
- update Kafka bindings ([#5140](https://github.com/swagger-api/apidom/issues/5140)) ([4a3ee47](https://github.com/swagger-api/apidom/commit/4a3ee47d28a0f847ac8adde24590140337ec0b98))
16+
- update MQTT bindings ([#5144](https://github.com/swagger-api/apidom/issues/5144)) ([a34d20f](https://github.com/swagger-api/apidom/commit/a34d20f3b48f7e9b77322d242629caa6219036f2))
17+
- update SNS Bindings ([#5134](https://github.com/swagger-api/apidom/issues/5134)) ([27a28a0](https://github.com/swagger-api/apidom/commit/27a28a0823af5f5ce30931db64e7cee66a5e2795))
18+
619
# [1.9.0](https://github.com/swagger-api/apidom/compare/v1.8.0...v1.9.0) (2026-03-30)
720

821
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)