This commit is contained in:
Andrew Naylor 2013-07-21 23:39:36 +01:00
Родитель 8096574a2b
Коммит 7dc729db9d
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,10 @@
## Changelog
1.3.8:
* Notifications now have a configurable number of retries. See `Notification.retryLimit` in docs.
* Fixed: Error wasn't raised on notifications if the module fails to initialise, they just perpetually lived on the queue.
1.3.7:
* Fixed: #14 Feedback event should be emitted once per connection, whether there are device tokens or not.

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "apn",
"description": "An interface to the Apple Push Notification service for Node.js",
"version": "1.3.7",
"version": "1.3.8",
"author": "Andrew Naylor <argon@mkbot.net>",
"contributors": [
{