Skip to content

Commit

Permalink
chore(release): cut the v0.81.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swagger-bot committed Oct 30, 2023
1 parent 62b5b07 commit 06960c4
Show file tree
Hide file tree
Showing 61 changed files with 421 additions and 271 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.81.0](https://github.com/swagger-api/apidom/compare/v0.80.0...v0.81.0) (2023-10-30)

### Features

- 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)
- 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)

# [0.80.0](https://github.com/swagger-api/apidom/compare/v0.79.0...v0.80.0) (2023-10-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/*"],
"npmClient": "npm",
"version": "0.80.0",
"version": "0.81.0",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down
Loading

0 comments on commit 06960c4

Please sign in to comment.