Skip to content

Commit f6c5adf

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2025-05-01) ### Bug Fixes * update [@cocreate](https://github.com/cocreate) dependencies ([3868e41](3868e41)) * webpack.config and devdependencies ([9a52602](9a52602))
1 parent 3868e41 commit f6c5adf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.2](https://github.com/CoCreate-app/CoCreate-url-uploader/compare/v1.1.1...v1.1.2) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update [@cocreate](https://github.com/cocreate) dependencies ([3868e41](https://github.com/CoCreate-app/CoCreate-url-uploader/commit/3868e4141ee18d8e2b916d0cc4e2b2095f27490c))
7+
* webpack.config and devdependencies ([9a52602](https://github.com/CoCreate-app/CoCreate-url-uploader/commit/9a5260297be3f14417cc87af89863439d60f7b14))
8+
19
## [1.1.1](https://github.com/CoCreate-app/CoCreate-url-uploader/compare/v1.1.0...v1.1.1) (2024-12-09)
210

311

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/url-uploader",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
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",
@@ -47,4 +47,4 @@
4747
"dependencies": {
4848
"node-fetch": "^3.3.2"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)