From d655778c54becb810854ecb492db575d5e8b0f8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:12:25 -0400 Subject: [PATCH] chore(master): release 0.22.3 (#1747) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c328f9515..4599c9aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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. +## [0.22.3](https://github.com/MESH-Research/Pilcrow/compare/v0.22.2...v0.22.3) (2023-04-26) + + +### Bug Fixes + +* **deps:** update dependency laravel/framework to v10.9.0 ([5a1c415](https://github.com/MESH-Research/Pilcrow/commit/5a1c415e02964717ee4892ce43657033e1599d99)) +* **deps:** update dependency laravel/sanctum to v3.2.3 ([e201f2f](https://github.com/MESH-Research/Pilcrow/commit/e201f2fa3f2be479e72bd42d5964363b32a85d2e)) + ### [0.22.2](https://github.com/MESH-Research/Pilcrow/compare/v0.22.1...v0.22.2) (2023-04-25) diff --git a/package.json b/package.json index 8af13e810..0c40d519a 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "header": "\n# Changelog\n\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n" }, "type": "module", - "version": "0.22.2", + "version": "0.22.3", "dependencies": {} }