Skip to content

Commit

Permalink
chore(release): cut the 3.19.0-beta.2 release [skip ci]
Browse files Browse the repository at this point in the history
# [3.19.0-beta.2](v3.19.0-beta.1...v3.19.0-beta.2) (2023-02-16)

### Bug Fixes

* **install:** fix local dev setup for npm >= 8.19.3 ([6eee23d](6eee23d))
* **resolver:** use native error cause syntax with ApiDOM errors ([#2842](#2842)) ([ae0e7e8](ae0e7e8))

### Features

* **build:** limit the size of UMD build fragment as much as possible ([#2843](#2843)) ([982a858](982a858)), closes [#2837](#2837)
* **build:** limit the size on npm package as much as possible ([#2841](#2841)) ([a6c9f4f](a6c9f4f)), closes [#2837](#2837)
  • Loading branch information
semantic-release-bot committed Feb 16, 2023
1 parent 6eee23d commit fe94128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-client",
"version": "3.19.0-beta.1",
"version": "3.19.0-beta.2",
"description": "SwaggerJS - a collection of interfaces for OAI specs",
"browser": {
"./src/http/fold-formdata-to-request.node.js": "./src/http/fold-formdata-to-request.browser.js",
Expand Down

0 comments on commit fe94128

Please sign in to comment.