Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabreu committed Sep 3, 2020
1 parent b7b6f53 commit 54ab9c5
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.10.0] - 2020-09-03
### Changed
- Increase stale-while-revalidate.
- Stop varying pagetype response by session token.
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.9.1",
"version": "0.10.0",
"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.9.1"
"version": "0.10.0"
}

0 comments on commit 54ab9c5

Please sign in to comment.