diff --git a/CHANGELOG.md b/CHANGELOG.md index 797dae8..a531247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.0 + +* Enables support for Node.js > v14. + ## 3.0.2 * Increase maximum file size for plugin binary uploads to 30MB. diff --git a/package-lock.json b/package-lock.json index 4a31afa..d35aa4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scs-commander", - "version": "3.0.2", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "scs-commander", - "version": "3.0.2", + "version": "3.1.0", "license": "MIT", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index ae2635a..9bdb6e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scs-commander", - "version": "3.0.2", + "version": "3.1.0", "description": "A CLI tool for interacting with the Shopware Community Store.", "keywords": [ "shopware",