Skip to content

Commit bac6186

Browse files
committed
chore(release): cut the v2.6.1 release [skip ci]
1 parent 4d73e5f commit bac6186

File tree

69 files changed

+538
-358
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

+538
-358
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.6.1](https://github.com/speclynx/apidom/compare/v2.6.0...v2.6.1) (2026-02-04)
7+
8+
### Bug Fixes
9+
10+
- **reference:** enhance error messages ([#67](https://github.com/speclynx/apidom/issues/67)) ([4d73e5f](https://github.com/speclynx/apidom/commit/4d73e5fd4dbff6bfd222d4ba821c004250e82662))
11+
- **reference:** throw UnmatchedParserError on empty parser match ([#66](https://github.com/speclynx/apidom/issues/66)) ([ce99b42](https://github.com/speclynx/apidom/commit/ce99b421fb8dfc91541ca74aefb06cd3bcfd777c))
12+
613
# [2.6.0](https://github.com/speclynx/apidom/compare/v2.5.1...v2.6.0) (2026-02-03)
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.6.0",
4+
"version": "2.6.1",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)