Skip to content

Commit b0071a3

Browse files
committed
chore(release): cut the v1.3.0 release [skip ci]
1 parent 3d85c0f commit b0071a3

File tree

81 files changed

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

+547
-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.3.0](https://github.com/swagger-api/apidom/compare/v1.2.2...v1.3.0) (2026-01-23)
7+
8+
### Bug Fixes
9+
10+
- **ns-asyncapi-3:** refract specification extensions ([#5107](https://github.com/swagger-api/apidom/issues/5107)) ([3d85c0f](https://github.com/swagger-api/apidom/commit/3d85c0f654fb1bdc2bc1493544c5dcd812e7d7c0))
11+
12+
### Features
13+
14+
- **apidom-ls:** docs & config of compatible properties in AsyncAPI3 ([#5095](https://github.com/swagger-api/apidom/issues/5095)) ([1f3a3c1](https://github.com/swagger-api/apidom/commit/1f3a3c11570be4471cad13170d430d8df78b1720))
15+
616
## [1.2.2](https://github.com/swagger-api/apidom/compare/v1.2.1...v1.2.2) (2026-01-16)
717

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

0 commit comments

Comments
 (0)