Skip to content

Commit 6080f63

Browse files
committed
chore(release): cut the v0.99.2 release [skip ci]
1 parent bdefc60 commit 6080f63

File tree

65 files changed

+414
-281
lines changed

Some content is hidden

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

65 files changed

+414
-281
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.99.2](https://github.com/swagger-api/apidom/compare/v0.99.1...v0.99.2) (2024-04-30)
7+
8+
### Bug Fixes
9+
10+
- **ls:** fix JSON Schema deprecated--type lint rule ([#4060](https://github.com/swagger-api/apidom/issues/4060)) ([377b281](https://github.com/swagger-api/apidom/commit/377b281b7e08365d0853d85098038996e694df97))
11+
- **playground:** fix recurstion related to textarea sizing ([#4039](https://github.com/swagger-api/apidom/issues/4039)) ([f6f3919](https://github.com/swagger-api/apidom/commit/f6f3919c89a39f653b72e92dde7babefa886f747)), closes [#4027](https://github.com/swagger-api/apidom/issues/4027)
12+
613
## [0.99.1](https://github.com/swagger-api/apidom/compare/v0.99.0...v0.99.1) (2024-04-05)
714

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

0 commit comments

Comments
 (0)