Skip to content

Commit

Permalink
Release v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gvc committed Sep 8, 2022
1 parent f3a963a commit 5e3b869
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.4] - 2022-09-08

## [0.10.3] - 2022-07-13
### Changed
- Change cpu scaling percentage to 80%
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.3",
"version": "0.10.4",
"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.3"
"version": "0.10.4"
}

0 comments on commit 5e3b869

Please sign in to comment.