From 56e8816dae021acaae6c166ab98868fef436b2bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 16:38:08 +0000 Subject: [PATCH] chore(main): release 7.0.1 --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) 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",