From 0d6548806b7532af2f8cab3017b3dab5475040cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:30:43 +0000 Subject: [PATCH 1/2] chore(6.1): release 6.1.1-alpha --- .release-please-manifest.json | 2 +- HISTORY.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0eb5a54..437d217 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0-alpha" + ".": "6.1.1-alpha" } diff --git a/HISTORY.md b/HISTORY.md index 53e2c65..eb43dfa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,14 @@ 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. +## [6.1.1-alpha](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.1.0-alpha...v6.1.1-alpha) (2024-06-28) + + +### Bug Fixes + +* **MONGOSH-1808:** static building on intel macs and windows ([#24](https://github.com/mongodb-js/mongodb-client-encryption/issues/24)) ([f27e8e1](https://github.com/mongodb-js/mongodb-client-encryption/commit/f27e8e1d658dfa269d684d632727b5abf89ecae5)) +* **NODE-6237:** build against glibc 2.27 ([#28](https://github.com/mongodb-js/mongodb-client-encryption/issues/28)) ([1c9b74a](https://github.com/mongodb-js/mongodb-client-encryption/commit/1c9b74a2fe2d4974e0d09ab25f2e5740111bbe07)) + ## [6.1.0-alpha](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.0.1...v6.1.0-alpha) (2024-06-17) diff --git a/package-lock.json b/package-lock.json index 45aa9b7..900ef91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "6.1.0-alpha", + "version": "6.1.1-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "6.1.0-alpha", + "version": "6.1.1-alpha", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 56263b6..b90ecbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "6.1.0-alpha", + "version": "6.1.1-alpha", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "lib/index.d.ts", From f50ea21ac33af4211a9e0d40988de908290f8898 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Fri, 28 Jun 2024 09:32:39 -0600 Subject: [PATCH 2/2] update release versions --- .release-please-manifest.json | 2 +- HISTORY.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 437d217..c60bcfb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.1-alpha" + ".": "6.1.0-alpha.0" } diff --git a/HISTORY.md b/HISTORY.md index eb43dfa..93f9ecb 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. -## [6.1.1-alpha](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.1.0-alpha...v6.1.1-alpha) (2024-06-28) +## [6.1.0-alpha.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.1.0-alpha...v6.1.0-alpha.0) (2024-06-28) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 900ef91..9ae05e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "6.1.1-alpha", + "version": "6.1.0-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "6.1.1-alpha", + "version": "6.1.0-alpha.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b90ecbd..702605d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "6.1.1-alpha", + "version": "6.1.0-alpha.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "lib/index.d.ts",