File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 1818 "scripts" : {
1919 "lint" : " tsc --noEmit && tslint --fix -c tslint.json './**/*.ts'"
2020 },
21- "version" : " 0.7.1 "
21+ "version" : " 0.7.2 "
2222}
You can’t perform that action at this time.
0 commit comments