Skip to content

Commit 9a3ae36

Browse files
chore(release): 1.12.1 [skip ci]
## [1.12.1](v1.12.0...v1.12.1) (2023-10-25) ### Bug Fixes * bump dependencies ([306cd2a](306cd2a))
1 parent 306cd2a commit 9a3ae36

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.12.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.12.0...v1.12.1) (2023-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([306cd2a](https://github.com/CoCreate-app/CoCreate-file-server/commit/306cd2a4dc252202e9beecec8ffb3d0f1d4abb0f))
7+
18
# [1.12.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.11.4...v1.12.0) (2023-10-22)
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.0",
3+
"version": "1.12.1",
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)