diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..d4f6f29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "3.0.0" } diff --git a/HISTORY.md b/HISTORY.md index 2facba4..88a772e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.0](https://github.com/mongodb-js/zstd/compare/v2.0.1...v3.0.0) (2025-09-19) + + +### ⚠ BREAKING CHANGES + +* **NODE-7167:** specify napi version of 9 ([#87](https://github.com/mongodb-js/zstd/issues/87)) +* **NODE-7007:** remove support for node 16 and 18 ([#80](https://github.com/mongodb-js/zstd/issues/80)) + +### Features + +* **NODE-7007:** remove support for node 16 and 18 ([#80](https://github.com/mongodb-js/zstd/issues/80)) ([9b8025f](https://github.com/mongodb-js/zstd/commit/9b8025f6fd50c1f295c2c058482875fb615fecda)) +* **NODE-7167:** specify napi version of 9 ([#87](https://github.com/mongodb-js/zstd/issues/87)) ([9f2bd47](https://github.com/mongodb-js/zstd/commit/9f2bd47f4a83fdc2660f55ae1d12039d51bfaa21)) + ## [2.0.1](https://github.com/mongodb-js/zstd/compare/v2.0.0...v2.0.1) (2025-02-10) diff --git a/package-lock.json b/package-lock.json index eddcaa9..f7aa826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.1", + "version": "3.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 158da40..01e051d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.1", + "version": "3.0.0", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",