Skip to content

Commit 9d4f2b3

Browse files
committed
chore(release): cut the v0.88.0 release [skip ci]
1 parent c24a01d commit 9d4f2b3

File tree

67 files changed

+463
-305
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

+463
-305
lines changed

CHANGELOG.md

+8
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+
# [0.88.0](https://github.com/swagger-api/apidom/compare/v0.87.0...v0.88.0) (2023-12-15)
7+
8+
### Features
9+
10+
- allow linting OpenAPI path templates ([#3532](https://github.com/swagger-api/apidom/issues/3532)) ([b0b03a2](https://github.com/swagger-api/apidom/commit/b0b03a2d2549a68701248909d7b73ec5a1d51ae5)), closes [#3517](https://github.com/swagger-api/apidom/issues/3517)
11+
- **apidom-playground:** add Workflows Spec support ([#3535](https://github.com/swagger-api/apidom/issues/3535)) ([cd1b8f6](https://github.com/swagger-api/apidom/commit/cd1b8f61d09c9c4b7e151a3dee764ca5464e2c5c))
12+
- **workflows-1:** add JSON and YAML 1.2 parser adapters ([#3530](https://github.com/swagger-api/apidom/issues/3530)) ([08819a0](https://github.com/swagger-api/apidom/commit/08819a0ca7f7c28de6add290c1e39619714d1fcf))
13+
614
# [0.87.0](https://github.com/swagger-api/apidom/compare/v0.86.0...v0.87.0) (2023-12-12)
715

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

0 commit comments

Comments
 (0)