diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d13851a..6e011e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1-alpha.0" -} + ".": "2.0.0-alpha.1" +} \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index e7b3be6..f79f067 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.0](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.0...v2.0.1-alpha.0) (2024-12-02) +## [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) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 37c9caf..a37aed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.0", + "version": "2.0.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.0", + "version": "2.0.0-alpha.1", "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 93c798a..dc42fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.1-alpha.0", + "version": "2.0.0-alpha.1", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",