From f634d218d8703e19d8c069fafd2929ae64d5cedd Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Thu, 12 May 2016 16:04:22 +0300 Subject: [PATCH] 1.0.2 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a3dfb1b --- /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 04c5625..95a66e5 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",