Skip to content

Commit bf487d9

Browse files
chore(main): Release 15.3.0
1 parent b416f0d commit bf487d9

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

docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [15.3.0](https://github.com/plexinc/papr/compare/v15.2.2...v15.3.0) (2024-08-05)
7+
8+
9+
### Features
10+
11+
* bulkWrite method accepts readonly operations ([#831](https://github.com/plexinc/papr/issues/831)) ([f517739](https://github.com/plexinc/papr/commit/f517739ec2587051b03e333ae0398784961c9934))
12+
613
## [15.2.2](https://github.com/plexinc/papr/compare/v15.2.1...v15.2.2) (2024-05-20)
714

815

package.json

+1-1
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.2.2",
5+
"version": "15.3.0",
66
"keywords": [
77
"mongodb",
88
"database",

0 commit comments

Comments
 (0)