diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e28eff5..930cf0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.2" + ".": "3.0.3" } diff --git a/HISTORY.md b/HISTORY.md index 2f973dd..e73d251 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [3.0.3](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.2...v3.0.3) (2025-09-04) + + +### Bug Fixes + +* 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)) + ## [3.0.2](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.1...v3.0.2) (2025-01-14) diff --git a/package.json b/package.json index c663b64..aadc09b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-connection-string-url", - "version": "3.0.2", + "version": "3.0.3", "description": "MongoDB connection strings, based on the WhatWG URL API", "keywords": [ "password",