Skip to content

Commit ad1f5d3

Browse files
committed
chore(release): cut the v0.99.1 release [skip ci]
1 parent 49393a1 commit ad1f5d3

File tree

65 files changed

+413
-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

+413
-281
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.99.1](https://github.com/swagger-api/apidom/compare/v0.99.0...v0.99.1) (2024-04-05)
7+
8+
### Bug Fixes
9+
10+
- **ast:** throw while visiting async visitor in sync mode ([#4009](https://github.com/swagger-api/apidom/issues/4009)) ([bd94545](https://github.com/swagger-api/apidom/commit/bd945456a202c57f25fc71c1d0148376635146ed)), closes [#4007](https://github.com/swagger-api/apidom/issues/4007)
11+
612
# [0.99.0](https://github.com/swagger-api/apidom/compare/v0.98.3...v0.99.0) (2024-04-03)
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.99.0",
4+
"version": "0.99.1",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)