Skip to content

Commit a78cf6d

Browse files
chore(release): 1.12.2 [skip ci]
## [1.12.2](v1.12.1...v1.12.2) (2023-11-03) ### Bug Fixes * favicon.ico path ([c043a19](c043a19)) * update dependencies to the lates versions ([e0d056a](e0d056a)) * update method to use object.update etc ([6aa9f1b](6aa9f1b))
1 parent e0d056a commit a78cf6d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.12.2](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.12.1...v1.12.2) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([c043a19](https://github.com/CoCreate-app/CoCreate-file-server/commit/c043a195998d3f19c1836acdf45ec195995e6c3d))
7+
* update dependencies to the lates versions ([e0d056a](https://github.com/CoCreate-app/CoCreate-file-server/commit/e0d056a766fd5d7e92509ee104780d20190501ae))
8+
* update method to use object.update etc ([6aa9f1b](https://github.com/CoCreate-app/CoCreate-file-server/commit/6aa9f1b3e9d27b0b2b709ef854505d4c09a26076))
9+
110
## [1.12.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.12.0...v1.12.1) (2023-10-25)
211

312

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