diff --git a/ChangeLog b/ChangeLog index d8dded6..de3b77b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,17 @@ -chmpx_nodejs (1.0.8) unstable ; urgency=low +chmpx (1.0.9) unstable; urgency=low + + * Added chmpx nodejs addon overview image to README.md - #8 + + -- Takeshi Nakatani Fri, 15 Mar 2019 12:57:30 +0900 + +chmpx (1.0.8) unstable; urgency=low * Fixed misspelling, and etc - #5 * Reflected the spelling check result for all sources - #4 -- Takeshi Nakatani Thu, 27 Dec 2018 09:46:07 +0900 -chmpx (1.0.7) unstable ; urgency=low +chmpx (1.0.7) unstable; urgency=low * Fixed link string for chmpx document * Fixed package name in ChangeLog @@ -13,7 +19,7 @@ chmpx (1.0.7) unstable ; urgency=low -- Takeshi Nakatani Thu, 27 Dec 2018 09:46:07 +0900 -chmpx (1.0.6) unstable ; urgency=low +chmpx (1.0.6) unstable; urgency=low * First published version diff --git a/package.json b/package.json index 4ebac6b..571ae07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chmpx", - "version": "1.0.8", + "version": "1.0.9", "description": "CHMPX addon library for Node.js", "os": "linux", "main": "index.js",