diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9da34491..b25a6511 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "15.1.0" + ".": "15.2.0" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ba31362c..f3c7da39 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.2.0](https://github.com/plexinc/papr/compare/v15.1.0...v15.2.0) (2024-02-07) + + +### Features + +* Support asynchronous dynamic defaults ([#678](https://github.com/plexinc/papr/issues/678)) ([125f207](https://github.com/plexinc/papr/commit/125f2074b8bb0e2963a1ba173b68ee6b0d285377)) + ## [15.1.0](https://github.com/plexinc/papr/compare/v15.0.0...v15.1.0) (2024-01-23) diff --git a/package.json b/package.json index 305516d2..a0c8dfd0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "papr", "description": "MongoDB TypeScript-aware Models", "author": "Plex Inc.", - "version": "15.1.0", + "version": "15.2.0", "keywords": [ "mongodb", "database",