From 2f7a3ae1371d0dee3bf3fdf39b7d43a5c459774e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:16:52 +0200 Subject: [PATCH] chore(main): Release 14.0.0 (#485) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index dd3b9da0c..e5fe887f6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,22 @@ 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.0.0](https://github.com/plexinc/papr/compare/v13.1.0...v14.0.0) (2023-07-11) + + +### ⚠ BREAKING CHANGES + +* Node.js v14 is not supported. + +### Features + +* Allow const enums ([#497](https://github.com/plexinc/papr/issues/497)) ([194e505](https://github.com/plexinc/papr/commit/194e505ae0837fc53cc746330ca003f7a106e8a0)) + + +### Code Refactoring + +* Remove node.js v14 support ([#464](https://github.com/plexinc/papr/issues/464)) ([935b331](https://github.com/plexinc/papr/commit/935b33162aa41356779131182767630f8776b1c4)) + ## [13.1.0](https://github.com/plexinc/papr/compare/v13.0.0...v13.1.0) (2023-05-10) diff --git a/package.json b/package.json index 85cc5dce5..04fa48bb9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "papr", "description": "MongoDB TypeScript-aware Models", "author": "Plex Inc.", - "version": "13.1.0", + "version": "14.0.0", "keywords": [ "mongodb", "database",