From 744b288452cb8799dd3dee0951e1087a501cdb48 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:43:16 +0900 Subject: [PATCH] release: v0.2.2 (#18) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 116b3cb..6836c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.2](https://github.com/yuimarudev/ohno-rewrite/compare/v0.2.1...v0.2.2) (2024-02-15) + + +### Features + +* /user-settings speed ([#25](https://github.com/yuimarudev/ohno-rewrite/issues/25)) ([149b21c](https://github.com/yuimarudev/ohno-rewrite/commit/149b21ca1e8a009ca6b65861bb9779eb3695d107)) + + +### Bug Fixes + +* **deps:** update prisma monorepo to v5.9.1 ([#17](https://github.com/yuimarudev/ohno-rewrite/issues/17)) ([2f365f1](https://github.com/yuimarudev/ohno-rewrite/commit/2f365f17800bd4371dc21d1e05d1765b30b7b020)) +* **deps:** update prisma monorepo to v5.9.1 ([#19](https://github.com/yuimarudev/ohno-rewrite/issues/19)) ([aa6bc7e](https://github.com/yuimarudev/ohno-rewrite/commit/aa6bc7e4be62c6d90b78665d941ab0b1c0135fae)) + ## [0.2.1](https://github.com/yuimarudev/ohno-rewrite/compare/v0.2.0...v0.2.1) (2024-02-14) diff --git a/package.json b/package.json index a79eb4c..8845962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ohno-rewrite", - "version": "0.2.1", + "version": "0.2.2", "description": "", "main": "index.js", "scripts": {