Skip to content

Commit c17dde4

Browse files
committed
chore(release): cut the v2.10.1 release [skip ci]
1 parent b05beb8 commit c17dde4

File tree

69 files changed

+500
-357
lines changed

Some content is hidden

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

69 files changed

+500
-357
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [2.10.1](https://github.com/speclynx/apidom/compare/v2.10.0...v2.10.1) (2026-02-08)
7+
8+
### Bug Fixes
9+
10+
- **adapter-json:** supress loading wasm file ([#80](https://github.com/speclynx/apidom/issues/80)) ([2a5aa92](https://github.com/speclynx/apidom/commit/2a5aa927346ea4359fc7f3f395aaf20332c21756))
11+
- **adapter-yaml-1-2:** supress loading wasm file ([#81](https://github.com/speclynx/apidom/issues/81)) ([b05beb8](https://github.com/speclynx/apidom/commit/b05beb8edea8945c9cf41c96430ae5fe2098f9f2))
12+
613
# [2.10.0](https://github.com/speclynx/apidom/compare/v2.9.0...v2.10.0) (2026-02-08)
714

815
### Features

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": "2.10.0",
4+
"version": "2.10.1",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)