Skip to content

Commit e6a6c42

Browse files
committed
Release v0.2.26
1 parent ad01f75 commit e6a6c42

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.26] - 2024-05-22
11+
1012
### Fixed
1113

1214
- `lint.sh`: return to app root folder before running `yarn lint`

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.25",
4+
"version": "0.2.26",
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.25"
24+
"version": "0.2.26"
2525
}

0 commit comments

Comments
 (0)