Skip to content

Commit 7020ee8

Browse files
chore(release): 1.11.1 [skip ci]
## [1.11.1](v1.11.0...v1.11.1) (2023-09-18) ### Bug Fixes * Add path and pathname ([f2ff42d](f2ff42d)) * Update dCoCreate dpendencies to latest versions ([7945630](7945630))
1 parent 7945630 commit 7020ee8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.11.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.11.0...v1.11.1) (2023-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Add path and pathname ([f2ff42d](https://github.com/CoCreate-app/CoCreate-file-server/commit/f2ff42d5ecfc46807f03753c586feec1ea848148))
7+
* Update dCoCreate dpendencies to latest versions ([7945630](https://github.com/CoCreate-app/CoCreate-file-server/commit/794563023c42884ddfad4a9d4c434423b67ebf32))
8+
19
# [1.11.0](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.10.0...v1.11.0) (2023-09-17)
210

311

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.11.0",
3+
"version": "1.11.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)