Skip to content

Commit

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

# [0.91.0](https://github.com/swagger-api/apidom/compare/v0.90.0...v0.91.0) (2024-01-08)

### Bug Fixes

- **core:** allow Parcel.js to bundle the code ([#3639](https://github.com/swagger-api/apidom/issues/3639)) ([aa094b7](https://github.com/swagger-api/apidom/commit/aa094b733796eaea3855b5fc388a97661fbe510a)), closes [/github.com/swagger-api/swagger-ui/issues/9466#issuecomment-1881053410](https://github.com//github.com/swagger-api/swagger-ui/issues/9466/issues/issuecomment-1881053410)

### Features

- **ls:** add lint rule for OpenAPI Operation Parameter defined in path template ([#3629](https://github.com/swagger-api/apidom/issues/3629)) ([98cdfad](https://github.com/swagger-api/apidom/commit/98cdfad3f8042a13ef9d376f211739ec57279b4c)), closes [#3546](https://github.com/swagger-api/apidom/issues/3546)

# [0.90.0](https://github.com/swagger-api/apidom/compare/v0.89.0...v0.90.0) (2024-01-04)

### Bug Fixes
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.90.0",
"version": "0.91.0",
"changelogPreset": "angular",
"command": {
"bootstrap": {
Expand Down
Loading

0 comments on commit a3b8848

Please sign in to comment.