Skip to content

Commit 40884b4

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2024-11-04) ### Bug Fixes * prettier.config options ([9d09104](9d09104)) ### Features * add prettier.config.js and format files ([81d1f3c](81d1f3c))
1 parent 9d09104 commit 40884b4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-url-uploader/compare/v1.0.1...v1.1.0) (2024-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* prettier.config options ([9d09104](https://github.com/CoCreate-app/CoCreate-url-uploader/commit/9d09104e1ab6b116adba53f83aaf55992c20c58e))
7+
8+
9+
### Features
10+
11+
* add prettier.config.js and format files ([81d1f3c](https://github.com/CoCreate-app/CoCreate-url-uploader/commit/81d1f3cff02d5d5ee1b060e62b0ae12d1f5faa90))
12+
113
## [1.0.1](https://github.com/CoCreate-app/CoCreate-url-uploader/compare/v1.0.0...v1.0.1) (2024-06-30)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/url-uploader",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A simple url-uploader component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"url-uploader",

0 commit comments

Comments
 (0)