Skip to content

Commit e43c33d

Browse files
chore(main): release 6.0.0 [skip-ci]
1 parent a71e5ba commit e43c33d

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [6.0.0](https://github.com/mongodb/js-bson/compare/v5.4.0...v6.0.0) (2023-07-20)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **NODE-5223:** remove deprecated cacheHexString ([#595](https://github.com/mongodb/js-bson/issues/595))
11+
* **NODE-4787:** bump minimum Node.js version to v16.20.1 ([#590](https://github.com/mongodb/js-bson/issues/590))
12+
13+
### Features
14+
15+
* **NODE-4787:** bump minimum Node.js version to v16.20.1 ([#590](https://github.com/mongodb/js-bson/issues/590)) ([1dcca92](https://github.com/mongodb/js-bson/commit/1dcca92b24e609a069ca7f4187e5b9521380b2f5))
16+
* **NODE-5223:** remove deprecated cacheHexString ([#595](https://github.com/mongodb/js-bson/issues/595)) ([76eca2b](https://github.com/mongodb/js-bson/commit/76eca2b44c5fd0a4f4d5037346a29c2f9a5350b5))
17+
518
## [5.4.0](https://github.com/mongodb/js-bson/compare/v5.3.0...v5.4.0) (2023-07-03)
619

720

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vendor"
1515
],
1616
"types": "bson.d.ts",
17-
"version": "5.4.0",
17+
"version": "6.0.0",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "[email protected]"
@@ -103,7 +103,7 @@
103103
"check:tsd": "npm run build:dts && tsd",
104104
"check:web": "WEB=true mocha test/node",
105105
"check:web-no-bigint": "WEB=true NO_BIGINT=true mocha test/node",
106-
"check:bench":"cd test/bench && npx tsc && node ./lib/index.js && mv benchmarks.json ../../.",
106+
"check:bench": "cd test/bench && npx tsc && node ./lib/index.js && mv benchmarks.json ../../.",
107107
"build:ts": "node ./node_modules/typescript/bin/tsc",
108108
"build:dts": "npm run build:ts && api-extractor run --typescript-compiler-folder node_modules/typescript --local && node etc/clean_definition_files.cjs",
109109
"build:bundle": "rollup -c rollup.config.mjs",

0 commit comments

Comments
 (0)