Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
ardittristan committed Jul 20, 2020
1 parent 97b362f commit cc13b2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cc13b2d

Please sign in to comment.