v7.1.0
This release adds support for Node 18. Node 18 is added to the engines
field in the package.json
along with adding newer versions of npm. The Volta config is also updated to use Node 18 and its bundled version of npm (v9 currently). Tests now additionally run on Node 18 in CI builds to confirm that the code is compatible with any changes in Node 18. Support for Node 16 has not been discontinued.
What's Changed
- CPP-1442 Update to node 18 by @ivomurrell in #118
- Only require latest version of Node tests to pass to publish by @ivomurrell in #119
Full Changelog: v7.0.0...v7.1.0