Skip to content

Commit 34dc77d

Browse files
committed
Release v0.2.25
1 parent ae3fb5d commit 34dc77d

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.25] - 2024-03-18
11+
1012
### Added
1113

1214
- lint.sh file

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

0 commit comments

Comments
 (0)