From 98157ffc533c4fcb9b8abe0f332d9c8c323bd7a5 Mon Sep 17 00:00:00 2001 From: "eoeo-release[bot]" <158570209+eoeo-release[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:57:22 +0900 Subject: [PATCH] release: v3.14.13 (#1570) :robot: I have created a release *beep* *boop* --- ## [3.14.13](https://github.com/eoeo-org/pow/compare/v3.14.12...v3.14.13) (2024-12-03) ### Dependencies * remove ffmpeg-static ([#1568](https://github.com/eoeo-org/pow/issues/1568)) ([7070204](https://github.com/eoeo-org/pow/commit/70702048a7c6dc9124b3504abe647829cd34a405)) * update prisma monorepo to v6.0.1 ([#1573](https://github.com/eoeo-org/pow/issues/1573)) ([ab8046c](https://github.com/eoeo-org/pow/commit/ab8046c9a607dfb7e0ce3b87e616bbebf610db42)) ### Reverts * "deps: remove ffmpeg-static" ([#1572](https://github.com/eoeo-org/pow/issues/1572)) ([6779a09](https://github.com/eoeo-org/pow/commit/6779a0918c7099313df807bda4cbb1872104c79e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: eoeo-release[bot] <158570209+eoeo-release[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/files/release-please/.release-please-manifest.json b/.github/files/release-please/.release-please-manifest.json index 0ca66ec2..43807dbf 100644 --- a/.github/files/release-please/.release-please-manifest.json +++ b/.github/files/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.14.12" + ".": "3.14.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5d7cd3..417b52d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.14.13](https://github.com/eoeo-org/pow/compare/v3.14.12...v3.14.13) (2024-12-03) + + +### Dependencies + +* remove ffmpeg-static ([#1568](https://github.com/eoeo-org/pow/issues/1568)) ([7070204](https://github.com/eoeo-org/pow/commit/70702048a7c6dc9124b3504abe647829cd34a405)) +* update prisma monorepo to v6.0.1 ([#1573](https://github.com/eoeo-org/pow/issues/1573)) ([ab8046c](https://github.com/eoeo-org/pow/commit/ab8046c9a607dfb7e0ce3b87e616bbebf610db42)) + + +### Reverts + +* "deps: remove ffmpeg-static" ([#1572](https://github.com/eoeo-org/pow/issues/1572)) ([6779a09](https://github.com/eoeo-org/pow/commit/6779a0918c7099313df807bda4cbb1872104c79e)) + ## [3.14.12](https://github.com/eoeo-org/pow/compare/v3.14.11...v3.14.12) (2024-11-29) diff --git a/package.json b/package.json index db4037ed..5e90d88c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pow", - "version": "3.14.12", + "version": "3.14.13", "main": "dist/src/index.js", "scripts": { "start": "node .",