Skip to content

Commit 848872b

Browse files
committed
chore(release): 4.0.0
1 parent 61b469e commit 848872b

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

HISTORY.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,4 +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+
## [4.0.0](https://github.com/mongodb-js/nodejs-mongodb-legacy/compare/v0.0.0...v4.0.0) (2022-09-19)
6+
7+
8+
### Features
9+
10+
* **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))
11+
* **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))
12+
* **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))
13+
14+
15+
### Bug Fixes
16+
17+
* **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))
18+
519
## 0.0.0 (2022-08-17)

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongodb-legacy",
33
"description": "The legacy MongoDB driver with callback support for Node.js",
4-
"version": "0.0.0",
4+
"version": "4.0.0",
55
"files": [
66
"src",
77
"mongodb-legacy.d.ts"
@@ -12,7 +12,7 @@
1212
"node": ">=12.9.0"
1313
},
1414
"dependencies": {
15-
"mongodb": "^4.9.0"
15+
"mongodb": "^4.10.0"
1616
},
1717
"scripts": {
1818
"check:coverage": "nyc --check-coverage npm run check:test",

0 commit comments

Comments
 (0)