diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e282e46..b0e2e610 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "15.2.2" + ".": "15.3.0" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 60868829..000fd090 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,13 @@ 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. +## [15.3.0](https://github.com/plexinc/papr/compare/v15.2.2...v15.3.0) (2024-11-25) + + +### Features + +* bulkWrite method accepts readonly operations ([#831](https://github.com/plexinc/papr/issues/831)) ([f517739](https://github.com/plexinc/papr/commit/f517739ec2587051b03e333ae0398784961c9934)) + ## [15.2.2](https://github.com/plexinc/papr/compare/v15.2.1...v15.2.2) (2024-05-20) diff --git a/package.json b/package.json index 91fdba7a..6f5009bc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "papr", "description": "MongoDB TypeScript-aware Models", "author": "Plex Inc.", - "version": "15.2.2", + "version": "15.3.0", "keywords": [ "mongodb", "database",