- commit
- 4fa1b7e67d73ae228eb925b7ea91ca1852353144
- parent
- 7189f6cce6c93506f99d2cf330f079a5070af181
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2015-08-31 07:23
bump version to 0.1.1
Diffstat
| M | CHANGES.md | 22 | ++++++++++++++++++++++ |
| M | bower.json | 2 | +- |
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,25 @@ -1 1 0.1.1 (2015-08-31) -1 2 ================== -1 3 -1 4 Breaking changes -1 5 ---------------- -1 6 -1 7 - `$.createEvent` has now a very similar signature to -1 8 [`initEvent`](https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/initCustomEvent), -1 9 i.e. `detail` is now the fourth instead of second argument. -1 10 -1 11 Enhancements -1 12 ------------ -1 13 -1 14 - `getModel()` now returns a number if the input element has type `number`. -1 15 -1 16 Bugfixes -1 17 -------- -1 18 -1 19 - Event aliases previously only worked if the element where the alias is -1 20 defined is the target of that event. -1 21 -1 22 1 23 0.1.0 (2015-08-28) 2 24 ================== 3 25
diff --git a/bower.json b/bower.json
@@ -1,6 +1,6 @@ 1 1 { 2 2 "name": "muu",3 -1 "version": "0.1.0",-1 3 "version": "0.1.1", 4 4 "authors": [ 5 5 "Tobias Bengfort <tobias.bengfort@posteo.de>" 6 6 ],