Skip to content

Commit 1ab3731

Browse files
committed
chore(release): cut the v0.98.0 release [skip ci]
1 parent 8435ee1 commit 1ab3731

File tree

67 files changed

+465
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+465
-311
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [0.98.0](https://github.com/swagger-api/apidom/compare/v0.97.1...v0.98.0) (2024-03-21)
7+
8+
### Bug Fixes
9+
10+
- **reference:** fix regression in nested paths dereferencing ([#3960](https://github.com/swagger-api/apidom/issues/3960)) ([8435ee1](https://github.com/swagger-api/apidom/commit/8435ee1cfde37394e2ab0e4a4b805f4b59dcf737)), closes [#3959](https://github.com/swagger-api/apidom/issues/3959)
11+
12+
### Features
13+
14+
- **reference:** apply dereferencing architecture 2.0 to ApiDOM ([#3930](https://github.com/swagger-api/apidom/issues/3930)) ([bbb9a25](https://github.com/swagger-api/apidom/commit/bbb9a25eb85f6753c7c3a1b0060013da7666fae6))
15+
- **reference:** apply dereferencing architecture 2.0 to AsyncAPI 2.x ([#3933](https://github.com/swagger-api/apidom/issues/3933)) ([856dc5c](https://github.com/swagger-api/apidom/commit/856dc5c4b53726c040c55a17635d9c0143c49379)), closes [#3932](https://github.com/swagger-api/apidom/issues/3932)
16+
- **reference:** apply dereferencing architecture 2.0 to OpenAPI 2.0 ([#3931](https://github.com/swagger-api/apidom/issues/3931)) ([63a41d4](https://github.com/swagger-api/apidom/commit/63a41d40d63c09717cb6dfa4116ba90f78fce0e8)), closes [#3924](https://github.com/swagger-api/apidom/issues/3924)
17+
- **reference:** apply dereferencing architecture 2.0 to OpenAPI 3.0.x ([#3917](https://github.com/swagger-api/apidom/issues/3917)) ([cc3a970](https://github.com/swagger-api/apidom/commit/cc3a9707b26bb87a911f2bc353d59406f61dc50b)), closes [#3916](https://github.com/swagger-api/apidom/issues/3916)
18+
- **reference:** apply dereferencing architecture 2.0 to OpenAPI 3.1.0 ([#3942](https://github.com/swagger-api/apidom/issues/3942)) ([d57c318](https://github.com/swagger-api/apidom/commit/d57c318e3832ca2d13ddba1507c27647aa2d7c7e)), closes [#3941](https://github.com/swagger-api/apidom/issues/3941)
19+
620
## [0.97.1](https://github.com/swagger-api/apidom/compare/v0.97.0...v0.97.1) (2024-03-08)
721

822
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "0.97.1",
4+
"version": "0.98.0",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)