Skip to content

Commit f7ac18d

Browse files
chore(release): 1.9.2 [skip ci]
## [1.9.2](v1.9.1...v1.9.2) (2023-08-21) ### Bug Fixes * removed webpack.config and build step as no webpack.config exist ([f76e65f](f76e65f))
1 parent f76e65f commit f7ac18d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.9.2](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.9.1...v1.9.2) (2023-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* removed webpack.config and build step as no webpack.config exist ([f76e65f](https://github.com/CoCreate-app/CoCreate-file-server/commit/f76e65f84478ba6cd61eef0a2ca52d439b887738))
7+
18
## [1.9.1](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.9.0...v1.9.1) (2023-08-21)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/file-server",
3-
"version": "1.9.1",
3+
"version": "1.9.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",

0 commit comments

Comments
 (0)