Skip to content

Commit c79dbdd

Browse files
chore(main): Release 16.0.0
1 parent 36c5af9 commit c79dbdd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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-
".": "15.3.0"
2+
".": "16.0.0"
33
}

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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

55

6+
## [16.0.0](https://github.com/plexinc/papr/compare/v15.3.0...v16.0.0) (2025-11-10)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* Requires mongodb >=v7.0.0
12+
13+
### Features
14+
15+
* Upgrade MongoDB v7 ([#1023](https://github.com/plexinc/papr/issues/1023)) ([36c5af9](https://github.com/plexinc/papr/commit/36c5af9aca56ffd691e94b2cd9700aec3eedaa16))
16+
617
## [15.3.0](https://github.com/plexinc/papr/compare/v15.2.2...v15.3.0) (2025-10-28)
718

819

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "papr",
33
"description": "MongoDB TypeScript-aware Models",
44
"author": "Plex Inc.",
5-
"version": "15.3.0",
5+
"version": "16.0.0",
66
"keywords": [
77
"mongodb",
88
"database",

0 commit comments

Comments
 (0)