From 0dfe98ad2172bacddba92f99334d12b61ea978f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:33:41 +0200 Subject: [PATCH] chore(main): Release 15.2.2 (#818) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 dd30a72fe..4e282e46c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "15.2.1" + ".": "15.2.2" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ae75c0209..60868829e 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.2](https://github.com/plexinc/papr/compare/v15.2.1...v15.2.2) (2024-05-20) + + +### Bug Fixes + +* Run husky on prepare life-cycle script ([#813](https://github.com/plexinc/papr/issues/813)) ([7c4eb98](https://github.com/plexinc/papr/commit/7c4eb988aa7719f172efc4d12c2b78df733fca3d)) + ## [15.2.1](https://github.com/plexinc/papr/compare/v15.2.0...v15.2.1) (2024-03-12) diff --git a/package.json b/package.json index 202bff600..aac958131 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "papr", "description": "MongoDB TypeScript-aware Models", "author": "Plex Inc.", - "version": "15.2.1", + "version": "15.2.2", "keywords": [ "mongodb", "database",