Skip to content

Commit 6ddf110

Browse files
committed
Release v0.10.2
1 parent d327896 commit 6ddf110

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.10.2] - 2021-08-16
11+
1012
## [0.10.1] - 2020-12-15
1113
- Increase maxReplicas to 400.
1214

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

0 commit comments

Comments
 (0)