From 8df168fa442529712331f5433c4fd14c81fe51c2 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 27 Nov 2024 14:14:48 -0700 Subject: [PATCH] asdf' --- .release-please-manifest.json | 2 +- HISTORY.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f3bed0..14286d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0-alpha.0" + ".": "2.0.0-alpha.0" } \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index 77e1144..be7037b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,8 +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.1.0-alpha.0](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.0...v2.1.0-alpha.0) (2024-11-27) - +## [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 b246dc2..4d83d6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.1.0-alpha.0", + "version": "2.0.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.1.0-alpha.0", + "version": "2.0.0-alpha.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f0d807b..dfa46b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.1.0-alpha.0", + "version": "2.0.0-alpha.0", "main": "index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",