Skip to content

Commit 26e2c12

Browse files
chore(main): release 3.0.2 (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 64b8863 commit 26e2c12

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.1"
2+
".": "3.0.2"
33
}

HISTORY.md

+7
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.2](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.1...v3.0.2) (2025-01-14)
6+
7+
8+
### Bug Fixes
9+
10+
* markdown ([e83540a](https://github.com/mongodb-js/mongodb-connection-string-url/commit/e83540ac13b26ad23ee6314b8f1a5afedb6352fd))
11+
512
## [3.0.1](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v3.0.1...v3.0.0) (2024-05-10)
613

714
* Nothing was changed in this release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-connection-string-url",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "MongoDB connection strings, based on the WhatWG URL API",
55
"keywords": [
66
"password",

0 commit comments

Comments
 (0)