Version 1.0.1, now with added changelog!

This commit is contained in:
Andrew Naylor 2010-10-10 00:17:06 +01:00
Родитель a2fc04310b
Коммит 2a93355a7d
2 изменённых файлов: 15 добавлений и 2 удалений

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

@ -123,3 +123,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
[mphys]: http://mphys.com
[bnoordhuis]: http://bnoordhuis.nl
[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?

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

@ -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 <argon@mkbot.net>",
"contributors": [
{ "name": "Andrew Naylor", "email": "argon@mkbot.net" }