Skip to content

Commit 3bcb93b

Browse files
committed
Release v0.7.2
1 parent 5da8010 commit 3bcb93b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 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+
## [0.7.2] - 2020-03-12
911
### Fixed
1012
- Correctly get session token when user is impersonated.
1113

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema",
33
"vendor": "vtex",
44
"name": "catalog-api-proxy",
5-
"version": "0.7.1",
5+
"version": "0.7.2",
66
"title": "Proxy to VTEX Catalog API that adds production cache headers",
77
"credentialType": "absolute",
88
"builders": {

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"scripts": {
1919
"lint": "tsc --noEmit && tslint --fix -c tslint.json './**/*.ts'"
2020
},
21-
"version": "0.7.1"
21+
"version": "0.7.2"
2222
}

0 commit comments

Comments
 (0)