Skip to content

Commit

Permalink
chore(release): 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed May 10, 2023
1 parent ca31e3e commit c74d177
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.3.0](https://github.com/mongodb/js-bson/compare/v5.2.0...v5.3.0) (2023-05-10)


### Features

* **NODE-5224:** deprecate UUID hex string cache control ([#573](https://github.com/mongodb/js-bson/issues/573)) ([70aea75](https://github.com/mongodb/js-bson/commit/70aea7512265de4a6be2c04e2535e770208f321b))


### Bug Fixes

* **NODE-4960:** UUID validation too strict ([#572](https://github.com/mongodb/js-bson/issues/572)) ([d239cd1](https://github.com/mongodb/js-bson/commit/d239cd1c2ff6feabd10e00862f556015896c1e20))

## [5.2.0](https://github.com/mongodb/js-bson/compare/v5.1.0...v5.2.0) (2023-04-04)


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 @@ -13,7 +13,7 @@
"etc/prepare.js"
],
"types": "bson.d.ts",
"version": "5.2.0",
"version": "5.3.0",
"author": {
"name": "The MongoDB NodeJS Team",
"email": "dbx-node@mongodb.com"
Expand Down

0 comments on commit c74d177

Please sign in to comment.