Skip to content

Commit

Permalink
Release v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
athoscouto committed Aug 16, 2021
1 parent d327896 commit 6ddf110
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.10.2] - 2021-08-16

## [0.10.1] - 2020-12-15
- Increase maxReplicas to 400.

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.10.1",
"version": "0.10.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.10.1"
"version": "0.10.2"
}

0 comments on commit 6ddf110

Please sign in to comment.