Skip to content

Commit d18c1e9

Browse files
author
Dane Springmeyer
committed
update changelog for v3.1.9 [skip ci]
1 parent c3af48d commit d18c1e9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
4+
## 3.1.9
5+
6+
- Added support for node v8 and upgraded `nan`, `node-pre-gyp` deps.
7+
38
## 3.1.8
49

510
- Added support for node v7 (pre-compiled binaries available)

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Note: NEVER republish binaries for an existing released version.
5151
An official release requires:
5252

5353
- Updating the CHANGELOG.md
54-
- Create and push github tag like `git tag v3.1.1` -m "v3.1.1" && git push --tags`
54+
- Create and push github tag like `git tag v3.1.1 -m "v3.1.1" && git push --tags`
5555
- Ensure you have a clean checkout (no extra files in your check that are not known by git). You need to be careful, for instance, to avoid a large accidental file being packaged by npm. You can get a view of what npm will publish by running `make testpack`
5656
- Fully rebuild and ensure install from binary works: `make clean && npm install --fallback-to-build=false`
5757
- Then publish the module to npm repositories by running `npm publish`

0 commit comments

Comments
 (0)