Skip to content

Commit 06960c4

Browse files
committed
chore(release): cut the v0.81.0 release [skip ci]
1 parent 62b5b07 commit 06960c4

File tree

61 files changed

+421
-271
lines changed

Some content is hidden

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

61 files changed

+421
-271
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.81.0](https://github.com/swagger-api/apidom/compare/v0.80.0...v0.81.0) (2023-10-30)
7+
8+
### Features
9+
10+
- add OpenAPI 2.0 JSON parser adapter ([#3333](https://github.com/swagger-api/apidom/issues/3333)) ([17d4ee1](https://github.com/swagger-api/apidom/commit/17d4ee1a6beadc4bb823603051b8f41c27bc066d)), closes [#3099](https://github.com/swagger-api/apidom/issues/3099)
11+
- add OpenAPI 2.0 YAML 1.2 parser adapter ([#3335](https://github.com/swagger-api/apidom/issues/3335)) ([62b5b07](https://github.com/swagger-api/apidom/commit/62b5b07219a5d63fd8103c7556306e1119f31cfb)), closes [#3098](https://github.com/swagger-api/apidom/issues/3098)
12+
613
# [0.80.0](https://github.com/swagger-api/apidom/compare/v0.79.0...v0.80.0) (2023-10-26)
714

815
### Features

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

0 commit comments

Comments
 (0)