diff --git a/CHANGELOG.md b/CHANGELOG.md index a531247..8c4d651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 4.0.0 + +### Breaking changes + +* Drops support of Node.js < v18. + +### Bug fixes + +* Fixes `upload` command. + ## 3.1.0 * Enables support for Node.js > v14. diff --git a/package-lock.json b/package-lock.json index 0849413..54d95fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scs-commander", - "version": "3.1.0", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scs-commander", - "version": "3.1.0", + "version": "4.0.0", "license": "MIT", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index 00fc8e7..368fb1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scs-commander", - "version": "3.1.0", + "version": "4.0.0", "description": "A CLI tool for interacting with the Shopware Community Store.", "keywords": [ "shopware",