From 7d50b737f61968d186028af40c10135ae502f51e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:58:52 +0000 Subject: [PATCH 1/2] chore(main): release 2.0.1-alpha.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 4a263fa..4b112b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.1" + ".": "2.0.1-alpha.1" } diff --git a/HISTORY.md b/HISTORY.md index f79f067..31cb294 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.1](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.1...v2.0.1-alpha.1) (2024-12-04) + + +### Bug Fixes + +* **NODE-6590:** add build for x64 macos ([#45](https://github.com/mongodb-js/zstd/issues/45)) ([4972129](https://github.com/mongodb-js/zstd/commit/4972129c5e1a48d4f448324e597df9c2a8f91f25)) + ## [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) diff --git a/package-lock.json b/package-lock.json index a37aed5..1fe5843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.1", + "version": "2.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.1", + "version": "2.0.1-alpha.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 7bce18a..f024850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.1", + "version": "2.0.1-alpha.1", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd", From 75b177377787e1382a505a33e9788c5f7c315046 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 4 Dec 2024 11:02:06 -0700 Subject: [PATCH 2/2] adjust release version --- .release-please-manifest.json | 2 +- HISTORY.md | 2 +- package-lock.json | 6 +++--- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4b112b8..af4b15c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1-alpha.1" + ".": "2.0.0-alpha.2" } diff --git a/HISTORY.md b/HISTORY.md index 31cb294..29701a8 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.1](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.1...v2.0.1-alpha.1) (2024-12-04) +## [2.0.0-alpha.2](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-12-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 1fe5843..2eb27ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.1", + "version": "2.0.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.1", + "version": "2.0.0-alpha.2", "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 f024850..93156a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.1", + "version": "2.0.0-alpha.2", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",