diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0739396..6e011e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.0" -} + ".": "2.0.0-alpha.1" +} \ No newline at end of file diff --git a/HISTORY.md b/HISTORY.md index be7037b..f79f067 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-alpha.1](https://github.com/mongodb-js/zstd/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2024-12-02) + + +### Bug Fixes + +* **NODE-6590:** specify correct entrypoint in package.json and include binding.gyp in the package ([#47](https://github.com/mongodb-js/zstd/issues/47)) ([f562b59](https://github.com/mongodb-js/zstd/commit/f562b59dea298ebf22a54106d71d3cf61b7fa8df)) + ## [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 9f6f693..a37aed5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mongodb-js/zstd", - "version": "2.0.0-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 2370629..dc42fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/zstd", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "main": "lib/index.js", "types": "index.d.ts", "repository": "https://github.com/mongodb-js/zstd",