From 58d9de5085e38fa1a55d8a5dfd953e3f9a7d4c7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:14:00 +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..9eb8ff6 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-06-18) + + +### 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 5b1b83b..703bb0a 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 25195d5..f385c3c 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",