Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Packaging for release v2.33.1
  • Loading branch information
alvaro-shopify committed Jan 9, 2023
commit d8cb9255a7e2e250e4fd7725cbc9032349b58a44
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](h

## [Unreleased]

## Version 2.33.1 - 2023-01-09

### Fixed
* [#2706](https://github.com/Shopify/shopify-cli/pull/2706): Delete checksum after file deletion

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shopify-cli (2.33.0)
shopify-cli (2.33.1)
bugsnag (~> 6.22)
listen (~> 3.7.0)
theme-check (~> 1.12.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/shopify_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyCLI
VERSION = "2.33.0"
VERSION = "2.33.1"
end