diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aeda91d..9995fe5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } diff --git a/HISTORY.md b/HISTORY.md index 15efb15..a1543c3 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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. +## [7.0.1](https://github.com/mongodb-js/zstd/compare/v7.0.0...v7.0.1) (2026-05-29) + + +### Bug Fixes + +* **NODE-6642:** include install script in published files ([#110](https://github.com/mongodb-js/zstd/issues/110)) ([ac07be6](https://github.com/mongodb-js/zstd/commit/ac07be62268c1439112a588360a89e2097205cb8)) + ## [7.0.0](https://github.com/mongodb-js/zstd/compare/v3.0.0-alpha...v7.0.0) (2025-11-05) diff --git a/package-lock.json b/package-lock.json index d6cf746..201707c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "7.0.0", + "version": "7.0.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 652cbbe..010443a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "7.0.0", + "version": "7.0.1", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",