diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a46669..90ce0f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: shell: bash id: get-version run: echo "::set-output name=version::$(node ./.github/workflows/get-version.js)" - - run: zip -r ./colorSettings.zip module.json colorSettings.js css/ lib/ # Add folders/files here + - run: zip -r ./colorSettings.zip module.json colorSetting.js css/ lib/ # Add folders/files here - name: Create Release # Create an additional release for this version id: create_versioned_release uses: ncipollo/release-action@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0955acb..0a28b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.3.6 + +* Fix misspell causing download break + ## 2.3.5 * Fix canvas not being removed after color picker use. diff --git a/module.json b/module.json index da89cfc..75a20e8 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "colorsettings", "title": "lib - Color Settings", "description": "Library that allows modules to add color settings and forms.", - "version": "2.3.5", + "version": "2.3.6", "author": "ardittristan#0001", "esmodules": ["colorSetting.js"], "socket": true,