diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..a3dfb1b5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ + +## 1.0.2 (2016-05-12) + + +### Bug Fixes + +* **upload:** merge fix and get filters fix ([ef6091c](https://github.com/valor-software/ng2-file-upload/commit/ef6091c)) + + +### Chores + +* **build:** ng2 style guide applied, ([aee69d8](https://github.com/valor-software/ng2-file-upload/commit/aee69d8)) + + +### Features + +* **package:** upgrade to angular 2.0.0-rc.1 ([#176](https://github.com/valor-software/ng2-file-upload/issues/176)) ([13c5c35](https://github.com/valor-software/ng2-file-upload/commit/13c5c35)), closes [#180](https://github.com/valor-software/ng2-file-upload/issues/180) + + +### BREAKING CHANGES + +* build: S: +- directives and selectors renamed to ng2FileSelect and ng2FileDrop + + + diff --git a/package.json b/package.json index 04c56252..95a66e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-file-upload", - "version": "1.0.1", + "version": "1.0.2", "description": "angular2 file upload directives", "scripts": { "flow.install:typings": "./node_modules/.bin/typings install",