From 93086a0efcfbf1b1429a7182264aa8fcac6be6df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:51:56 +0000 Subject: [PATCH 1/2] chore(main): release 2.0.1-alpha.0 --- .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 0739396..d13851a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.0" + ".": "2.0.1-alpha.0" } diff --git a/HISTORY.md b/HISTORY.md index be7037b..e7b3be6 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. +## [2.0.1-alpha.0](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.0...v2.0.1-alpha.0) (2024-12-02) + + +### Bug Fixes + +* **NODE-6590:** specify correct entrypoint in package.json and include binding.gyp in the package ([#47](https://github.com/mongodb-js/zstd/issues/47)) ([f562b59](https://github.com/mongodb-js/zstd/commit/f562b59dea298ebf22a54106d71d3cf61b7fa8df)) + ## [v2.0.0-alpha.0](https://github.com/mongodb-js/zstd/compare/v1.2.2...v2.0.0-alpha.0) (2024-11-27) ### Features diff --git a/package-lock.json b/package-lock.json index 9f6f693..37c9caf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.0", + "version": "2.0.1-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.0", + "version": "2.0.1-alpha.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 2370629..93c798a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.0", + "version": "2.0.1-alpha.0", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd", From 7bcdf5be750f56c077f8b6a656a2114c7c146778 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Mon, 2 Dec 2024 15:48:16 -0700 Subject: [PATCH 2/2] update release --- .release-please-manifest.json | 4 ++-- HISTORY.md | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d13851a..6e011e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1-alpha.0" -} + ".": "2.0.0-alpha.1" +} \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index e7b3be6..f79f067 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ 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. -## [2.0.1-alpha.0](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.0...v2.0.1-alpha.0) (2024-12-02) +## [2.0.0-alpha.1](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2024-12-02) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 37c9caf..a37aed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.0", + "version": "2.0.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.0", + "version": "2.0.0-alpha.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -10045,4 +10045,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 93c798a..dc42fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.0", + "version": "2.0.0-alpha.1", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",