Skip to content

Commit 3ad5e95

Browse files
authoredDec 6, 2024··
chore(main): release 2.0.0 (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7e1d253 commit 3ad5e95

4 files changed

+11
-4
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-alpha.3"
2+
".": "2.0.0"
33
}

‎HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.3...v2.0.0) (2024-12-06)
6+
7+
8+
### Miscellaneous Chores
9+
10+
* 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))
11+
512
## [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)
613

714
### Bug Fixes

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/zstd",
3-
"version": "2.0.0-alpha.3",
3+
"version": "2.0.0",
44
"main": "lib/index.js",
55
"types": "index.d.ts",
66
"repository": "https://github.com/mongodb-js/zstd",

0 commit comments

Comments
 (0)
Please sign in to comment.