Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit ce4cfda

Browse files
Merge pull request #2710 from Shopify/release_2_33_1
Packaging for release v2.33.1
2 parents 9c3adb1 + d8cb925 commit ce4cfda

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h
22

33
## [Unreleased]
44

5+
## Version 2.33.1 - 2023-01-09
6+
57
### Fixed
68
* [#2706](https://github.com/Shopify/shopify-cli/pull/2706): Delete checksum after file deletion
79

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shopify-cli (2.33.0)
4+
shopify-cli (2.33.1)
55
bugsnag (~> 6.22)
66
listen (~> 3.7.0)
77
theme-check (~> 1.12.1)

lib/shopify_cli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ShopifyCLI
2-
VERSION = "2.33.0"
2+
VERSION = "2.33.1"
33
end

0 commit comments

Comments
 (0)