Skip to content

Commit 3451f22

Browse files
committed
Release v0.2.22
1 parent 68d576c commit 3451f22

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.2.22] - 2023-05-05
11+
1012
### Added
1113

1214
- Clarification about `LRUCache` usage

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "service-example",
33
"vendor": "vtex",
4-
"version": "0.2.21",
4+
"version": "0.2.22",
55
"title": "Service Example",
66
"description": "Reference app for VTEX IO Services",
77
"mustUpdateAt": "2018-01-04",

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"scripts": {
2222
"lint": "tsc --noEmit --pretty"
2323
},
24-
"version": "0.2.21"
24+
"version": "0.2.22"
2525
}

0 commit comments

Comments
 (0)