Skip to content

Commit d6bf45d

Browse files
chore(main): Release 15.3.0
1 parent 9fbc909 commit d6bf45d

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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-07-04)
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

+3-3
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",
@@ -63,7 +63,7 @@
6363
"@commitlint/config-conventional": "19.2.2",
6464
"@eslint/eslintrc": "3.1.0",
6565
"@eslint/js": "9.6.0",
66-
"@types/node": "20.14.9",
66+
"@types/node": "20.12.12",
6767
"arg": "5.0.2",
6868
"docsify-cli": "4.4.4",
6969
"eslint": "9.6.0",
@@ -122,7 +122,7 @@
122122
"trailingComma": "es5"
123123
},
124124
"volta": {
125-
"node": "20.15.0",
125+
"node": "20.14.0",
126126
"pnpm": "9.1.0"
127127
},
128128
"packageManager": "pnpm@9.1.0"

0 commit comments

Comments
 (0)