diff --git a/HISTORY.md b/HISTORY.md index 13813eee..9a7f0bce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ 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. +## [5.0.0](https://github.com/mongodb/js-bson/compare/v5.0.0-alpha.3...v5.0.0) (2023-01-31) + ## [5.0.0-alpha.3](https://github.com/mongodb/js-bson/compare/v4.7.0...v5.0.0-alpha.3) (2023-01-20) diff --git a/package-lock.json b/package-lock.json index 90afbaed..ef81b1fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bson", - "version": "5.0.0-alpha.3", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bson", - "version": "5.0.0-alpha.3", + "version": "5.0.0", "license": "Apache-2.0", "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.2", diff --git a/package.json b/package.json index 20162785..07fea7b6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "etc/prepare.js" ], "types": "bson.d.ts", - "version": "5.0.0-alpha.3", + "version": "5.0.0", "author": { "name": "The MongoDB NodeJS Team", "email": "dbx-node@mongodb.com"