Skip to content

Commit b8ba61f

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-06-08) ### Features * add template_id to fileInput and render selected files using template and placeholders ([ca29280](ca29280))
1 parent cde5e13 commit b8ba61f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.0.0...v1.1.0) (2023-06-08)
2+
3+
4+
### Features
5+
6+
* add template_id to fileInput and render selected files using template and placeholders ([ca29280](https://github.com/CoCreate-app/CoCreate-file/commit/ca292805b3b3d71e95a022cb249082ace540d33a))
7+
18
# 1.0.0 (2023-06-06)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/file",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A headless file uploader that uses HTML5 attributes for customization. Allows easy upload of files to server.",
55
"keywords": [
66
"file",
@@ -65,4 +65,4 @@
6565
"@cocreate/docs": "^1.8.2",
6666
"@cocreate/utils": "^1.21.3"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)