Skip to content

Commit d8d0db5

Browse files
authored
chore(release): release and bump versions of packages (#2115)
1 parent b43cd7c commit d8d0db5

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fix-fetch-spec-http-error-status.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @asyncapi/generator
22

3+
## 3.2.2
4+
5+
### Patch Changes
6+
7+
- b43cd7c: Fix `fetchSpec` silently resolving on non-2xx HTTP responses. Previously, fetching an AsyncAPI document from a URL that returned a 4xx or 5xx status would resolve with the error response body (e.g. an HTML page) instead of rejecting. `fetchSpec` now throws a descriptive error including the URL and HTTP status code, so failures are surfaced immediately rather than propagating as invalid spec content.
8+
39
## 3.2.1
410

511
### Patch Changes

apps/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/generator",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
55
"main": "./lib/generator.js",
66
"engines": {

0 commit comments

Comments
 (0)