We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1681d commit e4945cfCopy full SHA for e4945cf
2 files changed
CHANGELOG.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [3.77.3] - 2021-10-22
11
+### Fixed
12
+- Extract session cookie in a safe manner
13
+
14
+## [3.77.2] - 2021-08-26
15
16
17
18
## [3.77.1] - 2021-02-05
19
- Increase HTTP agents connection pools freeSockets and lifetime
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "3.77.2",
+ "version": "3.77.3",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments