From 507e807b59d66aa1c2f3b9a903d7923a1bbf4539 Mon Sep 17 00:00:00 2001 From: Ricky Boyce Date: Sun, 7 Apr 2024 23:02:26 +1200 Subject: [PATCH] 2.2.0 --- changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a329b68..712036d 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ 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. +## [2.2.0](https://github.com/boycce/monastery/compare/2.1.1...2.2.0) (2024-04-07) + ### [2.1.1](https://github.com/boycce/monastery/compare/2.1.0...2.1.1) (2024-04-05) ## [2.1.0](https://github.com/boycce/monastery/compare/1.42.2...2.1.0) (2024-04-05) diff --git a/package.json b/package.json index 27bbf1e..f08288b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "monastery", "description": "⛪ A straight forward MongoDB ODM built around Monk", "author": "Ricky Boyce", - "version": "2.1.1", + "version": "2.2.0", "license": "MIT", "repository": "github:boycce/monastery", "homepage": "https://boycce.github.io/monastery/",