From 3ad5e951bed1601780a5c113beb7a1f454e2664e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:01:49 -0700 Subject: [PATCH] chore(main): release 2.0.0 (#61) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 924b352..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.3" + ".": "2.0.0" } diff --git a/HISTORY.md b/HISTORY.md index 7c196fb..845a09a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.3...v2.0.0) (2024-12-06) + + +### Miscellaneous Chores + +* release 2.0.0 (Release-As: 2.0.0) ([#60](https://github.com/mongodb-js/zstd/issues/60)) ([7e1d253](https://github.com/mongodb-js/zstd/commit/7e1d253c601ad14ad34f1dc75f45f1af2d177891)) + ## [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) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 79e3b7e..0a91ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.3", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.3", + "version": "2.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 1da7297..2d03795 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.3", + "version": "2.0.0", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",