Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Dec 2, 2017
1 parent dafbf22 commit b3592e6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [2.0.1](https://github.com/EddyVerbruggen/nativescript-local-notifications/tree/2.0.1) (2017-12-02)
[Full Changelog](https://github.com/EddyVerbruggen/nativescript-local-notifications/compare/2.0.0...2.0.1)

**Fixed bugs:**

- builder.channelId is defined in 26.1 [\#68](https://github.com/EddyVerbruggen/nativescript-local-notifications/issues/68)

## [2.0.0](https://github.com/EddyVerbruggen/nativescript-local-notifications/tree/2.0.0) (2017-10-03)
[Full Changelog](https://github.com/EddyVerbruggen/nativescript-local-notifications/compare/1.2.2...2.0.0)

**Implemented enhancements:**

- BigTextStyle for Android [\#63](https://github.com/EddyVerbruggen/nativescript-local-notifications/issues/63)

**Fixed bugs:**

- Android 8 compatibility
- Custom sounds on Android 7

## [1.2.2](https://github.com/EddyVerbruggen/nativescript-local-notifications/tree/1.2.2) (2017-08-13)
[Full Changelog](https://github.com/EddyVerbruggen/nativescript-local-notifications/compare/1.2.1...1.2.2)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-local-notifications",
"version": "2.0.0",
"version": "2.0.1",
"description": "The Local Notifications plugin allows your app to show notifications when the app is not running. Just like remote push notifications, but a few orders of magnitude easier to set up.",
"main" : "local-notifications",
"typings": "local-notifications.d.ts",
Expand All @@ -15,6 +15,7 @@
"url": "https://github.com/eddyverbruggen/nativescript-local-notifications.git"
},
"keywords": [
"ecosystem:NativeScript",
"NativeScript",
"Notification",
"Local Notification"
Expand Down

0 comments on commit b3592e6

Please sign in to comment.