diff --git a/CHANGELOG.md b/CHANGELOG.md index dddde91..e0a9903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## Change Log -### [10.1.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v10.0.0...v10.1.0) (2020-11-11) +### [10.1.1](https://github.com/georgipeltekov/ngx-file-drop/compare/v10.0.0...v10.1.1) (2020-11-11) * Compile with View Engine ### [10.0.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v9.0.1...v10.0.0) (2020-10-02) diff --git a/src/package.json b/src/package.json index 655cb8f..7bc8e44 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/ng-packagr/package.schema.json", "name": "ngx-file-drop", - "version": "10.1.0", + "version": "10.1.1", "description": "Angular ngx-file-drop - Simple desktop file and folder drag and drop", "author": "Georgi Peltekov", "license": "MIT",