Skip to content

Commit ae2cfb4

Browse files
committed
Release v3.77.8
1 parent dcaca34 commit ae2cfb4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [3.77.8] - 2022-12-15
911
### Changed
1012
- Remove socket metrics per origin
1113

@@ -1015,3 +1017,7 @@ instead
10151017
## [0.48.0] - 2018-09-21
10161018
### Changed
10171019
- `HttpClient` now adds `'Accept-Encoding': 'gzip'` header by default.
1020+
1021+
1022+
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v3.77.8...HEAD
1023+
[3.77.8]: https://github.com/vtex/node-vtex-api/compare/v3.77.7...v3.77.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/api",
3-
"version": "3.77.7",
3+
"version": "3.77.8",
44
"description": "VTEX I/O API client",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)