Skip to content

Commit

Permalink
chore(release): 1.16.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.5](v1.16.4...v1.16.5) (2024-04-26)

### Bug Fixes

* data object structure ([46fef9e](46fef9e))
* handling of src data to format for sending over network ([591b84b](591b84b))
* properly handle encoding ([2f37b7e](2f37b7e))
* removed console.log ([d7d010f](d7d010f))
  • Loading branch information
semantic-release-bot committed Apr 26, 2024
1 parent 46fef9e commit 3fd7a54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.16.5](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.16.4...v1.16.5) (2024-04-26)


### Bug Fixes

* data object structure ([46fef9e](https://github.com/CoCreate-app/CoCreate-file-server/commit/46fef9e8892bf9af7efc4dad34b1287dd4286bbf))
* handling of src data to format for sending over network ([591b84b](https://github.com/CoCreate-app/CoCreate-file-server/commit/591b84bdc2b53ccd41266ab4bab0048d15790fd7))
* properly handle encoding ([2f37b7e](https://github.com/CoCreate-app/CoCreate-file-server/commit/2f37b7e90332e63edeff1c348c84356ec73ab193))
* removed console.log ([d7d010f](https://github.com/CoCreate-app/CoCreate-file-server/commit/d7d010f99284a68b775d2e9f9b07aee631f19cd6))

## [1.16.4](https://github.com/CoCreate-app/CoCreate-file-server/compare/v1.16.3...v1.16.4) (2024-02-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/file-server",
"version": "1.16.4",
"version": "1.16.5",
"description": "A simple file-server component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"file-server",
Expand Down

0 comments on commit 3fd7a54

Please sign in to comment.