From fdd0a8e511983e23a45393f8b1a208ed2e6ec05a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:27:35 +0000 Subject: [PATCH] chore(main): Release 15.3.0 --- .release-please-manifest.json | 2 +- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e282e46c..b0e2e6108 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 60868829e..7997c432a 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-11) + + +### 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 e1e59c2f7..1e4a211a5 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",