Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Sep 19, 2022
1 parent 61b469e commit 848872b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +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.

## [4.0.0](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v0.0.0...v4.0.0) (2022-09-19)


### Features

* **NODE-4541:** implement legacy callback wrapper library ([#1](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/1)) ([a539ec3](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/a539ec36d40159b793e3c5d284abd65303910832))
* **NODE-4559:** add mongodb-legacy metadata ([#5](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/5)) ([41437ea](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/41437eae17870179adc311c499648cf4bef023c3))
* **NODE-4592:** add type defs for wrapped methods ([#3](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/3)) ([d59a002](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/d59a002ee7e1ad90eaed8458bec0fe5a01c0e5f4))


### Bug Fixes

* **NODE-4626:** remove nested import logic ([#7](https://github.com/mongodb-js/nodejs-mongodb-legacy/issues/7)) ([61b469e](https://github.com/mongodb-js/nodejs-mongodb-legacy/commit/61b469ea011a7384c71a22bb0fc92914299cf826))

## 0.0.0 (2022-08-17)
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongodb-legacy",
"description": "The legacy MongoDB driver with callback support for Node.js",
"version": "0.0.0",
"version": "4.0.0",
"files": [
"src",
"mongodb-legacy.d.ts"
Expand All @@ -12,7 +12,7 @@
"node": ">=12.9.0"
},
"dependencies": {
"mongodb": "^4.9.0"
"mongodb": "^4.10.0"
},
"scripts": {
"check:coverage": "nyc --check-coverage npm run check:test",
Expand Down

0 comments on commit 848872b

Please sign in to comment.