Skip to content

Commit eeab1e8

Browse files
chore(main): release 6.6.0 [skip-ci] (#661)
1 parent 3289184 commit eeab1e8

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.6.0](https://github.com/mongodb/js-bson/compare/v6.5.0...v6.6.0) (2024-04-01)
6+
7+
8+
### Features
9+
10+
* **NODE-5958:** add BSON iterating API ([#656](https://github.com/mongodb/js-bson/issues/656)) ([269df91](https://github.com/mongodb/js-bson/commit/269df91f9d17831cc2010d0ed7641841be36d221))
11+
* **NODE-5959:** make byte parsing utils available on onDemand library ([#662](https://github.com/mongodb/js-bson/issues/662)) ([efab49a](https://github.com/mongodb/js-bson/commit/efab49af8081f33e30878f4e48b3733c62457593))
12+
13+
14+
### Bug Fixes
15+
16+
* **NODE-6042:** Binary.toString output with respect to position ([#663](https://github.com/mongodb/js-bson/issues/663)) ([d7898f9](https://github.com/mongodb/js-bson/commit/d7898f9907d389e5bb40d5b52664a1ff341b49b5))
17+
* **NODE-6059:** clean up experimental APIs ([#665](https://github.com/mongodb/js-bson/issues/665)) ([3289184](https://github.com/mongodb/js-bson/commit/3289184ea6d42ccd67fc450393dc7594e9250418))
18+
519
## [6.5.0](https://github.com/mongodb/js-bson/compare/v6.4.0...v6.5.0) (2024-03-12)
620

721

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"vendor"
1515
],
1616
"types": "bson.d.ts",
17-
"version": "6.5.0",
17+
"version": "6.6.0",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "[email protected]"

0 commit comments

Comments
 (0)