Skip to content

Commit

Permalink
chore(main): release 6.7.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 19, 2024
1 parent 23d13f2 commit 66fc6de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [6.7.0](https://github.com/mongodb/js-bson/compare/v6.6.0...v6.7.0) (2024-04-19)


### Features

* **NODE-6086:** add Double.fromString() method ([#671](https://github.com/mongodb/js-bson/issues/671)) ([e943cdb](https://github.com/mongodb/js-bson/commit/e943cdb2bc69413dc2b57855c7780d6ab65dc366))
* **NODE-6087:** add Int32.fromString method ([#670](https://github.com/mongodb/js-bson/issues/670)) ([5a21889](https://github.com/mongodb/js-bson/commit/5a2188961b87d006eaf64a3e7062fd2f108fd1bc))

## [6.6.0](https://github.com/mongodb/js-bson/compare/v6.5.0...v6.6.0) (2024-04-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vendor"
],
"types": "bson.d.ts",
"version": "6.6.0",
"version": "6.7.0",
"author": {
"name": "The MongoDB NodeJS Team",
"email": "dbx-node@mongodb.com"
Expand Down

0 comments on commit 66fc6de

Please sign in to comment.