Skip to content

Commit ec60995

Browse files
Release v0.1.2
1 parent 477a4ff commit ec60995

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.2] - 2022-06-21
911
### Removed
1012

1113
- Undone the service timeout change from `10` to `10000`

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "affiliates-order-form-spy",
33
"vendor": "vtex",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"title": "Affiliates Order Form Spy",
66
"description": "An app used by vtex.affiliates to spy on orderForm changes during user navigation on stores.",
77
"builders": {

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"^.+\\.(ts|tsx)$": "ts-jest"
2929
}
3030
},
31-
"version": "0.1.1"
31+
"version": "0.1.2"
3232
}

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "order-form-poc",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"scripts": {
55
"test": "vtex-test-tools test"
66
},

0 commit comments

Comments
 (0)