Skip to content

Commit 786f712

Browse files
Release v0.3.0
1 parent a1dc500 commit 786f712

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.3.0] - 2024-10-23
11+
1012
### Changed
1113

1214
- Node Builder from 6.x to 7.x

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

0 commit comments

Comments
 (0)