Skip to content

Commit b4a13fc

Browse files
chore(main): release 3.0.3 (#92)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d93166 commit b4a13fc

File tree

3 files changed

+9
-2
lines changed

3 files changed

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

HISTORY.md

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

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

5+
## [3.0.3](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.2...v3.0.3) (2025-09-04)
6+
7+
8+
### Bug Fixes
9+
10+
* update exports entry with type mappings for ESM consumers ([#91](https://github.com/mongodb-js/mongodb-connection-string-url/issues/91)) ([8d93166](https://github.com/mongodb-js/mongodb-connection-string-url/commit/8d9316674699bbd204b9d9b91a033d5b279cf4c7))
11+
512
## [3.0.2](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.1...v3.0.2) (2025-01-14)
613

714

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.2",
3+
"version": "3.0.3",
44
"description": "MongoDB connection strings, based on the WhatWG URL API",
55
"keywords": [
66
"password",

0 commit comments

Comments
 (0)