Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloriestra committed Dec 12, 2022
1 parent c5f27d1 commit 383c8dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.3.1 (Dec 12, 2022)
=====================
- Rename Theme Kit Access references to Theme Access https://github.com/Shopify/themekit/pull/984

v1.3.0 (Jun 23, 2021)
=====================
- Add messaging for Theme Access https://github.com/Shopify/themekit/pull/939
Expand Down
2 changes: 1 addition & 1 deletion src/release/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
"windows-amd64": "theme.exe",
}
// ThemeKitVersion is the version build of the library
ThemeKitVersion, _ = version.NewVersion("1.3.0")
ThemeKitVersion, _ = version.NewVersion("1.3.1")
)

const (
Expand Down

0 comments on commit 383c8dd

Please sign in to comment.