diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba23db..e80e194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.6](https://github.com/CoCreate-app/CoCreate-file/compare/v1.2.5...v1.2.6) (2023-06-11) + + +### Bug Fixes + +* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([b676215](https://github.com/CoCreate-app/CoCreate-file/commit/b676215b195dc23f8f955de8c451c0b919c95f41)) + ## [1.2.5](https://github.com/CoCreate-app/CoCreate-file/compare/v1.2.4...v1.2.5) (2023-06-11) diff --git a/package.json b/package.json index da6ce18..0002a16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/file", - "version": "1.2.5", + "version": "1.2.6", "description": "A headless file uploader that uses HTML5 attributes for customization. Allows easy upload of files to server.", "keywords": [ "file", @@ -64,4 +64,4 @@ "@cocreate/render": "^1.24.21", "@cocreate/utils": "^1.21.5" } -} \ No newline at end of file +}