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"