From 8f5c7b4e50490a9e62e37145a321d7bdfeb8f18d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:04:08 +0000 Subject: [PATCH] chore(main): release 2.1.2-alpha.0 [skip-ci] --- .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 5c1cd5f..2f906a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1-alpha.0" + ".": "2.1.2-alpha.0" } diff --git a/HISTORY.md b/HISTORY.md index 0189e5d..fc8a93b 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. +## [2.1.2-alpha.0](https://github.com/mongodb-js/kerberos/compare/v2.1.1-alpha.0...v2.1.2-alpha.0) (2024-07-10) + + +### Bug Fixes + +* **MONGOSH-1808:** only build universal macos binaries when creating loadable_library ([#186](https://github.com/mongodb-js/kerberos/issues/186)) ([ec3ab7a](https://github.com/mongodb-js/kerberos/commit/ec3ab7a34ea2de587c4a19cb8aad760e793564fc)) +* **NODE-6253:** use runtime linking against system kerberos libraries by default ([#188](https://github.com/mongodb-js/kerberos/issues/188)) ([04044d2](https://github.com/mongodb-js/kerberos/commit/04044d2814ad1d01e77f1ce87f26b03d86692cf2)) + ## [2.1.1-alpha.0](https://github.com/mongodb-js/kerberos/compare/v2.1.1-alpha...v2.1.1-alpha.0) (2024-06-28) diff --git a/package-lock.json b/package-lock.json index 4ddb29d..57908f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kerberos", - "version": "2.1.1-alpha.0", + "version": "2.1.2-alpha.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kerberos", - "version": "2.1.1-alpha.0", + "version": "2.1.2-alpha.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 414ac9f..9249058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kerberos", - "version": "2.1.1-alpha.0", + "version": "2.1.2-alpha.0", "description": "Kerberos library for Node.js", "main": "lib/index.js", "files": [