Skip to content

Commit

Permalink
Release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfidelis committed Mar 12, 2020
1 parent 5da8010 commit 3bcb93b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.2] - 2020-03-12
### Fixed
- Correctly get session token when user is impersonated.

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema",
"vendor": "vtex",
"name": "catalog-api-proxy",
"version": "0.7.1",
"version": "0.7.2",
"title": "Proxy to VTEX Catalog API that adds production cache headers",
"credentialType": "absolute",
"builders": {
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"scripts": {
"lint": "tsc --noEmit && tslint --fix -c tslint.json './**/*.ts'"
},
"version": "0.7.1"
"version": "0.7.2"
}

0 comments on commit 3bcb93b

Please sign in to comment.