Skip to content

Commit 0712bb1

Browse files
chore(main): release 7.2.0 (#866)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ffa77c6 commit 0712bb1

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.1.1"
2+
".": "7.2.0"
33
}

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [7.2.0](https://github.com/mongodb/js-bson/compare/v7.1.1...v7.2.0) (2026-01-29)
6+
7+
8+
### Features
9+
10+
* **NODE-7328:** Add ignoreUndefined option to EJSON APIs ([#853](https://github.com/mongodb/js-bson/issues/853)) ([5cf00c2](https://github.com/mongodb/js-bson/commit/5cf00c2165fed16329d147ba088c6af35e8d1c3c))
11+
12+
13+
### Bug Fixes
14+
15+
* **NODE-7414:** add copy method to ByteUtils ([#867](https://github.com/mongodb/js-bson/issues/867)) ([ffa77c6](https://github.com/mongodb/js-bson/commit/ffa77c6ff6ddb8f0e8a1f33ffdccbe69bf77271c))
16+
517
## [7.1.1](https://github.com/mongodb/js-bson/compare/v7.1.0...v7.1.1) (2026-01-17)
618

719

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": "7.1.1",
17+
"version": "7.2.0",
1818
"author": {
1919
"name": "The MongoDB NodeJS Team",
2020
"email": "dbx-node@mongodb.com"

0 commit comments

Comments
 (0)