Skip to content

Commit 94999a0

Browse files
committed
chore(release): cut the v0.82.1 release [skip ci]
1 parent 9f80c27 commit 94999a0

File tree

61 files changed

+403
-277
lines changed

Some content is hidden

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

61 files changed

+403
-277
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.82.1](https://github.com/swagger-api/apidom/compare/v0.82.0...v0.82.1) (2023-11-03)
7+
8+
### Bug Fixes
9+
10+
- **ns-openapi-3-1:** fix normalize-servers refractor plugin ([#3355](https://github.com/swagger-api/apidom/issues/3355)) ([9f80c27](https://github.com/swagger-api/apidom/commit/9f80c27612040130745824a17525fe9021ce19a9))
11+
612
# [0.82.0](https://github.com/swagger-api/apidom/compare/v0.81.0...v0.82.0) (2023-11-01)
713

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

0 commit comments

Comments
 (0)