Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.1"
".": "3.0.0"
}
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down