Skip to content

Commit

Permalink
chore(release): 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.20.0](v1.19.1...v1.20.0) (2024-11-04)

### Bug Fixes

* pretier.config.js and file formating ([68d9595](68d9595))

### Features

* add prettier.config.js and format files ([dca03aa](dca03aa))
* add prettier.config.js and format files ([916ab94](916ab94))
  • Loading branch information
semantic-release-bot committed Nov 4, 2024
1 parent 68d9595 commit 1569e21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.20.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.19.1...v1.20.0) (2024-11-04)


### Bug Fixes

* pretier.config.js and file formating ([68d9595](https://github.com/CoCreate-app/CoCreate-actions/commit/68d959544f6dbdfbaf8b3a6618cd93317a609f00))


### Features

* add prettier.config.js and format files ([dca03aa](https://github.com/CoCreate-app/CoCreate-actions/commit/dca03aa077dac0756388eb1d4871a55b2505eb68))
* add prettier.config.js and format files ([916ab94](https://github.com/CoCreate-app/CoCreate-actions/commit/916ab94b45ee3198e6bde1528fca22284f8ea47f))

## [1.19.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.19.0...v1.19.1) (2024-08-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/actions",
"version": "1.19.1",
"version": "1.20.0",
"description": "Chain multiple component executions to generate your desired logic, when one action is complete next one will start. The sequence goes until all actions have been completed. Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"actions",
Expand Down

0 comments on commit 1569e21

Please sign in to comment.