Skip to content

Commit 9217dc5

Browse files
committed
v0.0.2
1 parent 0259104 commit 9217dc5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
v0.0.2 2022-01-05
2+
--------------------
3+
- Add support for listing a customer's metafields
4+
- Add support for setting --access-token via SHOPIFY_API_TOKEN
5+
- Fix bug preventing metafields from being output as JSONL

sdt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/ScreenStaring/shopify-dev-tools/cmd/webhooks"
1212
)
1313

14-
const version = "0.0.3"
14+
const version = "0.0.2"
1515

1616
func main() {
1717
app := &cli.App{

0 commit comments

Comments
 (0)