diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d6e47d..238c3dff 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.6.0 + +- Add TypeScript declarations + + ## 4.5.2 - If `Blob` has `name` attribute use name attribute instead of URL for file name. diff --git a/dist/filepond.css b/dist/filepond.css index fdbcb6b5..572e1203 100755 --- a/dist/filepond.css +++ b/dist/filepond.css @@ -1,5 +1,5 @@ /*! - * FilePond 4.5.2 + * FilePond 4.6.0 * Licensed under MIT, https://opensource.org/licenses/MIT/ * Please visit https://pqina.nl/filepond/ for details. */ diff --git a/dist/filepond.esm.js b/dist/filepond.esm.js index d9eb294b..139ad9e6 100755 --- a/dist/filepond.esm.js +++ b/dist/filepond.esm.js @@ -1,5 +1,5 @@ /*! - * FilePond 4.5.2 + * FilePond 4.6.0 * Licensed under MIT, https://opensource.org/licenses/MIT/ * Please visit https://pqina.nl/filepond/ for details. */ diff --git a/dist/filepond.esm.min.js b/dist/filepond.esm.min.js index 45aee732..0c264f3f 100755 --- a/dist/filepond.esm.min.js +++ b/dist/filepond.esm.min.js @@ -1,5 +1,5 @@ /*! - * FilePond 4.5.2 + * FilePond 4.6.0 * Licensed under MIT, https://opensource.org/licenses/MIT/ * Please visit https://pqina.nl/filepond/ for details. */ diff --git a/dist/filepond.js b/dist/filepond.js index 373df976..121b9d50 100755 --- a/dist/filepond.js +++ b/dist/filepond.js @@ -1,5 +1,5 @@ /*! - * FilePond 4.5.2 + * FilePond 4.6.0 * Licensed under MIT, https://opensource.org/licenses/MIT/ * Please visit https://pqina.nl/filepond/ for details. */ diff --git a/dist/filepond.min.css b/dist/filepond.min.css index 2ca277f4..6458beb3 100755 --- a/dist/filepond.min.css +++ b/dist/filepond.min.css @@ -1,5 +1,5 @@ /*! - * FilePond 4.5.2 + * FilePond 4.6.0 * Licensed under MIT, https://opensource.org/licenses/MIT/ * Please visit https://pqina.nl/filepond/ for details. */ diff --git a/dist/filepond.min.js b/dist/filepond.min.js index f4683f5a..4733251b 100755 --- a/dist/filepond.min.js +++ b/dist/filepond.min.js @@ -1,5 +1,5 @@ /*! - * FilePond 4.5.2 + * FilePond 4.6.0 * Licensed under MIT, https://opensource.org/licenses/MIT/ * Please visit https://pqina.nl/filepond/ for details. */ diff --git a/package.json b/package.json index 0a202f03..9c04a420 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filepond", - "version": "4.5.2", + "version": "4.6.0", "description": "FilePond, Where files go to stretch their bits.", "license": "MIT", "author": {