We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79b89b commit 57be6e6Copy full SHA for 57be6e6
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 0.4.2
2
+
3
+### Added
4
5
+None
6
7
+### Breaking Changes
8
9
10
11
+### Changed
12
13
++ Added support to build artifacts for Node 9 and Node 11.
14
15
## 0.4.1
16
17
### Added
README.md
@@ -9,10 +9,10 @@ This library uses the [Neon Bindings](https://www.neon-bindings.com) toolchain t
## Supported Platforms
-| | Node 8 | Node 10 |
-| --------- | ------ | ------- |
-| Linux x64 | ✓ | ✓ |
-| OSX x64 | ✓ | ✓ |
+| | Node 8 | Node 9 | Node 10 | Node 11 |
+| --------- | ------ | ------- | ------ | ------- |
+| Linux x64 | ✓ | ✓ | ✓ | ✓ |
+| OSX x64 | ✓ | ✓ | ✓ | ✓ |
## Install
18
0 commit comments