diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb670e03f..ca9994482f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](https://keepachangelog.com/en/1.0.0/) specification. ## [Unreleased] +## Version 2.6.5 +### Fixed +* [#1661](https://github.com/Shopify/shopify-cli/pull/1661): Handle npm list non-zero exit status when pushing scripts ## Version 2.6.4 ### Fixed * [#1633](https://github.com/Shopify/shopify-cli/pull/1633): Runtime error when the shop passed on login is invalid diff --git a/Gemfile.lock b/Gemfile.lock index f977058fd2..e8bb38b43f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shopify-cli (2.6.4) + shopify-cli (2.6.5) bugsnag (~> 6.22) listen (~> 3.7.0) theme-check (~> 1.7.2) diff --git a/lib/shopify_cli/version.rb b/lib/shopify_cli/version.rb index b3b5296e72..ddfdba615a 100644 --- a/lib/shopify_cli/version.rb +++ b/lib/shopify_cli/version.rb @@ -1,3 +1,3 @@ module ShopifyCLI - VERSION = "2.6.4" + VERSION = "2.6.5" end