We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba51b71 commit e647b21Copy full SHA for e647b21
3 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [0.2.21] - 2023-02-24
11
+
12
### Fixed
13
14
- Add `resolutions` section to `node/package.json` to eliminate node incompatibility errors
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "service-example",
3
"vendor": "vtex",
4
- "version": "0.2.20",
+ "version": "0.2.21",
5
"title": "Service Example",
6
"description": "Reference app for VTEX IO Services",
"mustUpdateAt": "2018-01-04",
node/package.json
@@ -21,5 +21,5 @@
21
"scripts": {
22
"lint": "tsc --noEmit --pretty"
23
},
24
- "version": "0.2.20"
+ "version": "0.2.21"
25
}
0 commit comments