Skip to content

Commit 28fd704

Browse files
chore(main): release 4.0.0-alpha (#96)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d641947 commit 28fd704

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-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-
".": "3.0.3"
2+
".": "4.0.0-alpha"
33
}

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [4.0.0-alpha](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.3...v4.0.0-alpha) (2025-10-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **NODE-7058:** drop support for Node 16 and 18 ([#95](https://github.com/mongodb-js/mongodb-connection-string-url/issues/95))
11+
12+
### Features
13+
14+
* **NODE-7058:** drop support for Node 16 and 18 ([#95](https://github.com/mongodb-js/mongodb-connection-string-url/issues/95)) ([783c85b](https://github.com/mongodb-js/mongodb-connection-string-url/commit/783c85b5416410fc92c1121d60f8b95e822465a0))
15+
516
## [3.0.3](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.2...v3.0.3) (2025-09-04)
617

718

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
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-connection-string-url",
3-
"version": "3.0.3",
3+
"version": "4.0.0-alpha",
44
"description": "MongoDB connection strings, based on the WhatWG URL API",
55
"keywords": [
66
"password",

0 commit comments

Comments
 (0)