Skip to content

Commit b8fcc23

Browse files
committed
chore(release): cut the v1.1.0 release [skip ci]
1 parent eedfe75 commit b8fcc23

File tree

81 files changed

+549
-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

+549
-377
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.1.0](https://github.com/swagger-api/apidom/compare/v1.0.2...v1.1.0) (2025-12-19)
7+
8+
### Bug Fixes
9+
10+
- **ns-asyncapi-3:** dereference schema external docs ([#5078](https://github.com/swagger-api/apidom/issues/5078)) ([a1fa740](https://github.com/swagger-api/apidom/commit/a1fa740ca281a6193bf1d1255924e50e31e10666))
11+
12+
### Features
13+
14+
- add option to continue on error when validating references ([#5070](https://github.com/swagger-api/apidom/issues/5070)) ([eedfe75](https://github.com/swagger-api/apidom/commit/eedfe755a601a4af7383d8d31fdb559b913a5e2e))
15+
616
## [1.0.2](https://github.com/swagger-api/apidom/compare/v1.0.1...v1.0.2) (2025-12-16)
717

818
### Reverts

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

0 commit comments

Comments
 (0)