Skip to content

Commit a7d01fa

Browse files
committed
chore(release): cut the v0.87.0 release [skip ci]
1 parent dfa91c2 commit a7d01fa

File tree

63 files changed

+417
-289
lines changed

Some content is hidden

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

63 files changed

+417
-289
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.87.0](https://github.com/swagger-api/apidom/compare/v0.86.0...v0.87.0) (2023-12-12)
7+
8+
### Features
9+
10+
- **ls:** add rules for OpenAPI 2.0 Swagger Object ([#3527](https://github.com/swagger-api/apidom/issues/3527)) ([dfa91c2](https://github.com/swagger-api/apidom/commit/dfa91c2b5a8a9b41e05524db31d6e79d18994f0b)), closes [#3104](https://github.com/swagger-api/apidom/issues/3104)
11+
612
# [0.86.0](https://github.com/swagger-api/apidom/compare/v0.85.0...v0.86.0) (2023-12-05)
713

814
### 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.86.0",
4+
"version": "0.87.0",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)