Skip to content

Commit 1f549fe

Browse files
committed
chore(release): cut the v1.4.0 release [skip ci]
1 parent 923283b commit 1f549fe

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.4.0](https://github.com/swagger-api/apidom/compare/v1.3.0...v1.4.0) (2026-02-03)
7+
8+
### Features
9+
10+
- **ls:** add AsyncAPI 3 completion for compatible keywords ([#5101](https://github.com/swagger-api/apidom/issues/5101)) ([384e358](https://github.com/swagger-api/apidom/commit/384e358c92ca0e9dd2808b692ac132b0c7a399b0))
11+
- **ls:** add AsyncAPI 3 completion for new keywords ([#5103](https://github.com/swagger-api/apidom/issues/5103)) ([923283b](https://github.com/swagger-api/apidom/commit/923283b80bbb251e7b37af0a3ce988ba40abd7c2))
12+
- **ls:** add AsyncAPI 3 documentation for new keywords ([#5102](https://github.com/swagger-api/apidom/issues/5102)) ([5e29dad](https://github.com/swagger-api/apidom/commit/5e29dad9488cb1d3bc021105b0967cbfc2c2ef94))
13+
- **ls:** add AsyncAPI 3 tokens for new keywords ([#5106](https://github.com/swagger-api/apidom/issues/5106)) ([7104312](https://github.com/swagger-api/apidom/commit/7104312fd0bcfc58e7812e1b09b9269f0c556383))
14+
- **ls:** add AsyncAPI 3 validation for compatible keywords ([#5096](https://github.com/swagger-api/apidom/issues/5096)) ([f8cfb73](https://github.com/swagger-api/apidom/commit/f8cfb73eb52de2ad82534d88e86f055bbfb03fcf))
15+
616
# [1.3.0](https://github.com/swagger-api/apidom/compare/v1.2.2...v1.3.0) (2026-01-23)
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.3.0",
4+
"version": "1.4.0",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)