From 2a93355a7d52029acb9150ad0113cfa43955a76a Mon Sep 17 00:00:00 2001 From: Andrew Naylor Date: Sun, 10 Oct 2010 00:17:06 +0100 Subject: [PATCH] Version 1.0.1, now with added changelog! --- README.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90e88c8..a4601d4 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI [pl]: https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ApplePushService/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW1 "Local and Push Notification Programming Guide: Apple Push Notification Service" [mphys]: http://mphys.com [bnoordhuis]: http://bnoordhuis.nl -[npm]: http://github.com/isaacs/npm \ No newline at end of file +[npm]: http://github.com/isaacs/npm + +## Changelog + +1.0.1: + +* Moved some object methods into the prototype to save memory +* Tidied up some connecting code +* Introduced an `index.js` to make module loading tidier +* Fixed a couple of typos. + +1.0.0: + +* Well I created a module; Version 0.0.0 had no code, and now it does, and it works, so that's pretty neat, right? \ No newline at end of file diff --git a/package.json b/package.json index 13fff03..d9f143b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apn", "description": "An interface to the Apple Push Notification service for Node.js", - "version": "1.0.0", + "version": "1.0.1", "author": "Andrew Naylor ", "contributors": [ { "name": "Andrew Naylor", "email": "argon@mkbot.net" }