Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2023-08-21)

### Bug Fixes

* /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([d98d3ab](d98d3ab))
* replace cdn with /dist ([3054826](3054826))
* update file uploader ([99d5aae](99d5aae))

### Features

* configPath option to define a custom local config ([c2916b6](c2916b6))
  • Loading branch information
semantic-release-bot committed Aug 21, 2023
1 parent d98d3ab commit b65c8bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.4.0](https://github.com/CoCreate-app/CoCreate-config/compare/v1.3.0...v1.4.0) (2023-08-21)


### Bug Fixes

* /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([d98d3ab](https://github.com/CoCreate-app/CoCreate-config/commit/d98d3abe1a9ae7d05519114283df14149ec8e67e))
* replace cdn with /dist ([3054826](https://github.com/CoCreate-app/CoCreate-config/commit/3054826225c7d0afd618f93356caf741aa1aa5d2))
* update file uploader ([99d5aae](https://github.com/CoCreate-app/CoCreate-config/commit/99d5aaed04cc4556fe7325a59b623484553f31c3))


### Features

* configPath option to define a custom local config ([c2916b6](https://github.com/CoCreate-app/CoCreate-config/commit/c2916b69ca9bba1902742bbb0d481202819093d4))

# [1.3.0](https://github.com/CoCreate-app/CoCreate-config/compare/v1.2.0...v1.3.0) (2023-08-17)


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/config",
"version": "1.3.0",
"version": "1.4.0",
"description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"config",
Expand Down

0 comments on commit b65c8bc

Please sign in to comment.