Skip to content

Commit d3037a5

Browse files
committed
chore(release): cut the v1.0.0 release [skip ci]
1 parent 3abb07a commit d3037a5

File tree

81 files changed

+513
-335
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

+513
-335
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.0](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.4...v1.0.0) (2025-12-03)
7+
8+
### Features
9+
10+
- **apidom-ns-asyncapi-3:** disable resolving references ([#5058](https://github.com/swagger-api/apidom/issues/5058)) ([63f7261](https://github.com/swagger-api/apidom/commit/63f7261ad1745eade2d4ad2aa5553c62de9c1908))
11+
- **apidom-reference:** parser for unit tests ([#5056](https://github.com/swagger-api/apidom/issues/5056)) ([9fa445c](https://github.com/swagger-api/apidom/commit/9fa445cc8bb85696c13ba83498a254afcda20ba3))
12+
- **apidom-reference:** test server object resolve ([#5059](https://github.com/swagger-api/apidom/issues/5059)) ([a22a823](https://github.com/swagger-api/apidom/commit/a22a823a4fb6ab34c6d32bbae07a6a05fb3d7a92))
13+
614
# [1.0.0-rc.4](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2025-11-25)
715

816
### 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.0.0-rc.4",
4+
"version": "1.0.0",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)