Skip to content

Commit e441164

Browse files
committed
chore(release): cut the v1.2.1 release [skip ci]
1 parent fd160a7 commit e441164

File tree

81 files changed

+543
-377
lines changed

Some content is hidden

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

81 files changed

+543
-377
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2.1](https://github.com/swagger-api/apidom/compare/v1.2.0...v1.2.1) (2026-01-16)
7+
8+
### Bug Fixes
9+
10+
- **parser:** clear the old Wasm-allocated tree to prevent memory leaks ([#5097](https://github.com/swagger-api/apidom/issues/5097)) ([fd160a7](https://github.com/swagger-api/apidom/commit/fd160a7453c15bc160c04a1325aecd845f6d4882))
11+
612
# [1.2.0](https://github.com/swagger-api/apidom/compare/v1.1.0...v1.2.0) (2026-01-14)
713

814
### 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.2.0",
4+
"version": "1.2.1",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)