Skip to content

Commit 649ec9c

Browse files
authored
Update ThemeKit version and changelog for new release (#935)
1 parent a4ad895 commit 649ec9c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.2.0 (May 27, 2021)
2+
=====================
3+
- Add support for Theme Kit access https://github.com/Shopify/themekit/pull/933
4+
15
v1.1.6 (Feb 3, 2021)
26
=====================
37
- Allow theme get and theme new to use env vars https://github.com/Shopify/themekit/pull/891

src/release/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
"windows-amd64": "theme.exe",
3131
}
3232
// ThemeKitVersion is the version build of the library
33-
ThemeKitVersion, _ = version.NewVersion("1.1.6")
33+
ThemeKitVersion, _ = version.NewVersion("1.2.0")
3434
)
3535

3636
const (

0 commit comments

Comments
 (0)