From 359fb8b4e8ff7b5c7f794c37a023cb53b69d0fc6 Mon Sep 17 00:00:00 2001 From: Junrou Nishida Date: Sun, 7 Jan 2024 01:04:55 +0900 Subject: [PATCH] chore(release): 0.13.1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/build-install-issue.yml | 2 +- .github/ISSUE_TEMPLATE/support.yml | 2 +- CHANGELOG.md | 2 ++ Packages/com.github.homuler.mediapipe/package.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9e680f16f..5c32d3684 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.13.0 + placeholder: v0.13.1 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/build-install-issue.yml b/.github/ISSUE_TEMPLATE/build-install-issue.yml index b712de675..a74041a14 100644 --- a/.github/ISSUE_TEMPLATE/build-install-issue.yml +++ b/.github/ISSUE_TEMPLATE/build-install-issue.yml @@ -16,7 +16,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.13.0 + placeholder: v0.13.1 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/support.yml b/.github/ISSUE_TEMPLATE/support.yml index b148ab960..3b56e1cf6 100644 --- a/.github/ISSUE_TEMPLATE/support.yml +++ b/.github/ISSUE_TEMPLATE/support.yml @@ -17,7 +17,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.13.0 + placeholder: v0.13.1 validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e0eac04..7eeeac47b 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. +### [0.13.1](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.13.0...v0.13.1) (2024-01-06) + ## [0.13.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.12.0...v0.13.0) (2024-01-06) diff --git a/Packages/com.github.homuler.mediapipe/package.json b/Packages/com.github.homuler.mediapipe/package.json index 283ff0e3d..1481097f2 100644 --- a/Packages/com.github.homuler.mediapipe/package.json +++ b/Packages/com.github.homuler.mediapipe/package.json @@ -1,6 +1,6 @@ { "name": "com.github.homuler.mediapipe", - "version": "0.13.0", + "version": "0.13.1", "displayName": "MediaPipe Unity Plugin", "description": "A Unity Plugin to run MediaPipe CalculatorGraph", "unity": "2020.4",