Skip to content

Commit 8e254e5

Browse files
chore(release): 1.13.0 [skip ci]
# [1.13.0](v1.12.4...v1.13.0) (2023-11-19) ### Features * update dependecies for th latest features and bug fixes ([4bc9c66](4bc9c66))
1 parent 4bc9c66 commit 8e254e5

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.13.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.12.4...v1.13.0) (2023-11-19)
2+
3+
4+
### Features
5+
6+
* update dependecies for th latest features and bug fixes ([4bc9c66](https://github.com/CoCreate-app/CoCreate-file-server/commit/4bc9c66fd78747b44be313ec4a18daf4ff0530f3))
7+
18
## [1.12.4](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.12.3...v1.12.4) (2023-11-12)
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-server",
3-
"version": "1.12.4",
3+
"version": "1.13.0",
44
"description": "A simple file-server component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"file-server",
@@ -44,4 +44,4 @@
4444
"url": "https://github.com/sponsors/CoCreate-app"
4545
},
4646
"main": "./src/index.js"
47-
}
47+
}

0 commit comments

Comments
 (0)