Skip to content

Commit

Permalink
chore(release): cut the v0.88.0 release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swagger-bot committed Dec 15, 2023
1 parent c24a01d commit 9d4f2b3
Show file tree
Hide file tree
Showing 67 changed files with 463 additions and 305 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.88.0](https://github.com/swagger-api/apidom/compare/v0.87.0...v0.88.0) (2023-12-15)

### Features

- 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)
- **apidom-playground:** add Workflows Spec support ([#3535](https://github.com/swagger-api/apidom/issues/3535)) ([cd1b8f6](https://github.com/swagger-api/apidom/commit/cd1b8f61d09c9c4b7e151a3dee764ca5464e2c5c))
- **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))

# [0.87.0](https://github.com/swagger-api/apidom/compare/v0.86.0...v0.87.0) (2023-12-12)

### 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.87.0",
"version": "0.88.0",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down
Loading

0 comments on commit 9d4f2b3

Please sign in to comment.