Skip to content

Commit

Permalink
chore(release): cut the 3.33.2 release [skip ci]
Browse files Browse the repository at this point in the history
## [3.33.2](v3.33.1...v3.33.2) (2025-01-07)

### Bug Fixes

* **execute:** append new cookies to existing instead of replacing ([7e813a0](7e813a0))
* **execute:** create RFC 6265 compliant Cookie headers ([05beeb1](05beeb1))
* **execute:** serialize req.cookies into valid cookie-string ([ec05e07](ec05e07))
  • Loading branch information
semantic-release-bot committed Jan 7, 2025
1 parent 05beeb1 commit 65e38ca
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.33.1",
"version": "3.33.2",
"description": "SwaggerJS - a collection of interfaces for OAI specs",
"browser": {
"./src/helpers/btoa.node.js": "./src/helpers/btoa.browser.js",
Expand Down

0 comments on commit 65e38ca

Please sign in to comment.