From b4338ff2fb2fa0742951b864d27ef65f525c1224 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 11:48:42 -0700 Subject: [PATCH 1/3] prepare for alpha --- .release-please-manifest.json | 4 ++-- HISTORY.md | 2 ++ package-lock.json | 6 +++--- package.json | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af4b15c..be496c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.2" -} + ".": "2.0.0-alpha.3" +} \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 29701a8..1286456 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ 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.0-alpha.3](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (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) diff --git a/package-lock.json b/package-lock.json index 2eb27ae..1396782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "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 93156a7..1da7297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd", From a51328b6b582fe6fb336f4ac1b6dfb957c5838e5 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 11:54:47 -0700 Subject: [PATCH 2/3] lint --- .release-please-manifest.json | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be496c0..924b352 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { ".": "2.0.0-alpha.3" -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 1396782..79e3b7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10045,4 +10045,4 @@ "dev": true } } -} \ No newline at end of file +} From d4efe06f3fbb24daa621ac114e797669b428c04a Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 11:58:07 -0700 Subject: [PATCH 3/3] use correct release date --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1286456..cef7156 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.0-alpha.3](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-12-04) +## [2.0.0-alpha.3](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-12-05) ## [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)