Commit d18c1e97 by Dane Springmeyer

update changelog for v3.1.9 [skip ci]

parent c3af48d7
# Changelog # Changelog
## 3.1.9
- Added support for node v8 and upgraded `nan`, `node-pre-gyp` deps.
## 3.1.8 ## 3.1.8
- Added support for node v7 (pre-compiled binaries available) - Added support for node v7 (pre-compiled binaries available)
......
...@@ -51,7 +51,7 @@ Note: NEVER republish binaries for an existing released version. ...@@ -51,7 +51,7 @@ Note: NEVER republish binaries for an existing released version.
An official release requires: An official release requires:
- Updating the CHANGELOG.md - Updating the CHANGELOG.md
- Create and push github tag like `git tag v3.1.1` -m "v3.1.1" && git push --tags` - Create and push github tag like `git tag v3.1.1 -m "v3.1.1" && git push --tags`
- 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` - 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`
- Fully rebuild and ensure install from binary works: `make clean && npm install --fallback-to-build=false` - Fully rebuild and ensure install from binary works: `make clean && npm install --fallback-to-build=false`
- Then publish the module to npm repositories by running `npm publish` - Then publish the module to npm repositories by running `npm publish`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment