From 59a5dd1487ed830ab239e615e3f0d493d372e229 Mon Sep 17 00:00:00 2001 From: Szymon Romik Date: Fri, 28 Jun 2019 21:19:06 +0200 Subject: [PATCH] Add ChangeLog and version 0.8 --- ChangeLog | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..afb7430 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,8 @@ +Fri Jun 28 2019 Szymon Romik + + * Version 0.8 + + This is the first official release of pmemkv-nodejs project. + + It provides Node.js bindings to libpmemkv 0.8 with simplified API and + not functionally equal to its native C/C++ counterpart. diff --git a/package.json b/package.json index e9bc1fd..6714abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pmemkv", - "version": "0.0.1", + "version": "0.8", "description": "Node.js bindings for pmemkv", "main": "./lib/all.js", "directories": { @@ -13,7 +13,7 @@ "type": "git", "url": "git+https://github.com/pmem/pmemkv-nodejs.git" }, - "author": "Rob Dickinson (https://github.com/RobDickinson)", + "author": "Szymon Romik (https://github.com/szyrom)", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/pmem/pmemkv-nodejs/issues"