We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad01f75 commit e6a6c42Copy full SHA for e6a6c42
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.26] - 2024-05-22
11
+
12
### Fixed
13
14
- `lint.sh`: return to app root folder before running `yarn lint`
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "service-example",
3
"vendor": "vtex",
4
- "version": "0.2.25",
+ "version": "0.2.26",
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.25"
+ "version": "0.2.26"
25
}
0 commit comments