Skip to content

Commit

Permalink
Updates for release
Browse files Browse the repository at this point in the history
### What?

* update `CHANGELOG.md`
* update version number
  • Loading branch information
simpleigh committed May 11, 2023
1 parent 66ddb79 commit 0cf7e24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 3.0.0

This release updates the supported versions of Node.

Breaking changes:

* Node 12 is no longer supported
* Node 14 is no longer supported

## 2.0.0

This release updates the supported versions of Node.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spookyhash",
"version": "2.0.0",
"version": "3.0.0",
"description": "Node bindings for SpookyHash V2",
"keywords": [
"hash",
Expand Down

0 comments on commit 0cf7e24

Please sign in to comment.