From 43c954c6dd7f4e557bef26b3c67d5249022df2ab Mon Sep 17 00:00:00 2001 From: Bruno Torrinha Date: Sun, 4 Nov 2018 20:39:41 +0000 Subject: [PATCH] Prepare changelog for 0.0.10 --- CHANGELOG.md | 4 ++++ LICENSE.md | 21 --------------------- README.md | 2 +- 3 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 LICENSE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cd55ac4..f7fea68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## [0.0.10] - 2018-11-04 +- Fix Chrome error, Promise was not loading. +- Fix replace sizeof() to count() on event UserStatusChanged. + ## [0.0.9] - 2018-11-04 - Feature #12 Broadcast User Status. - Added Events: diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 270309b..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2018 Bruno Torrinha - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 66f0ce8..22d2153 100644 --- a/README.md +++ b/README.md @@ -234,4 +234,4 @@ We keep a [CHANGELOG](CHANGELOG.md) with the information that has changed.
## Copyright and license -Copyright 2018 [Bruno Torrinha](https://torrinha.com). Mercurius is released under the [MIT License](LICENSE.md). +Copyright 2018 [Bruno Torrinha](https://torrinha.com). Mercurius is released under the [MIT License](LICENSE).