Skip to content

Commit

Permalink
Checking in changes prior to tagging version "0.5.0".
Browse files Browse the repository at this point in the history
Changelog diff:

diff --git a/History.md b/History.md
index b5cc3be..7d6bbed 100644
--- a/History.md
+++ b/History.md
@@ -1,5 +1,10 @@
 # Revision history for murmurhash3

+0.5.0 / 2020-11-02
+==================
+
+   * Adding support for node v14.15.0 (by svedbg)
+
 0.4.3 / 2019-09-21
 ==================
  • Loading branch information
hideo55 committed Nov 2, 2020
1 parent 21fdca2 commit ec79ef4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,10 @@
# Revision history for murmurhash3 # Revision history for murmurhash3


0.5.0 / 2020-11-02
==================

* Adding support for node v14.15.0 (by svedbg)

0.4.3 / 2019-09-21 0.4.3 / 2019-09-21
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion lib/murmurhash3.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Library version. * Library version.
*/ */


exports.version = '0.4.3'; exports.version = '0.5.0';


var binding; var binding;
try { try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "murmurhash3", "name": "murmurhash3",
"version": "0.4.4", "version": "0.5.0",
"description": "Node binding of MurmurHash3", "description": "Node binding of MurmurHash3",
"repository": "https://github.com/hideo55/node-murmurhash3", "repository": "https://github.com/hideo55/node-murmurhash3",
"bugs": { "bugs": {
Expand Down

0 comments on commit ec79ef4

Please sign in to comment.