From 852a84322a6ec00d06cf3482106f939dedb74a61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 07:37:06 +0000 Subject: [PATCH] chore(main): Release 14.1.0 --- docs/CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e5fe887f..29802662 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,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. +## [14.1.0](https://github.com/plexinc/papr/compare/v14.0.0...v14.1.0) (2023-08-21) + + +### Features + +* Support dynamic default values ([#527](https://github.com/plexinc/papr/issues/527)) ([34d0434](https://github.com/plexinc/papr/commit/34d043423f79a541b622053e10793dc22313cb01)) + ## [14.0.0](https://github.com/plexinc/papr/compare/v13.1.0...v14.0.0) (2023-07-11) diff --git a/package.json b/package.json index c9f5be3f..50fc17ad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "papr", "description": "MongoDB TypeScript-aware Models", "author": "Plex Inc.", - "version": "14.0.0", + "version": "14.1.0", "keywords": [ "mongodb", "database",