Skip to content

Commit c2d594e

Browse files
committed
chore(release): 0.14.4
1 parent 056c67f commit c2d594e

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
id: plugin_version
1717
attributes:
1818
label: Plugin Version or Commit ID
19-
placeholder: v0.14.3
19+
placeholder: v0.14.4
2020
validations:
2121
required: true
2222

.github/ISSUE_TEMPLATE/build-install-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ body:
1616
id: plugin_version
1717
attributes:
1818
label: Plugin Version or Commit ID
19-
placeholder: v0.14.3
19+
placeholder: v0.14.4
2020
validations:
2121
required: true
2222

.github/ISSUE_TEMPLATE/support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
id: plugin_version
1818
attributes:
1919
label: Plugin Version or Commit ID
20-
placeholder: v0.14.3
20+
placeholder: v0.14.4
2121
validations:
2222
required: true
2323

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [0.14.4](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.3...v0.14.4) (2024-06-24)
6+
7+
8+
### Bug Fixes
9+
10+
* diffs when building or importing ([#1201](https://github.com/homuler/MediaPipeUnityPlugin/issues/1201)) ([b795a98](https://github.com/homuler/MediaPipeUnityPlugin/commit/b795a9861ede9130610ef90a53d1b863b01ca164))
11+
12+
13+
### Build System
14+
15+
* MediaPipe v0.10.14 ([#1200](https://github.com/homuler/MediaPipeUnityPlugin/issues/1200)) ([4bae91d](https://github.com/homuler/MediaPipeUnityPlugin/commit/4bae91d9272a37dfe590b24811a2876e1422ad3e))
16+
* Update the Unity version (2022.3.34f1) ([#1202](https://github.com/homuler/MediaPipeUnityPlugin/issues/1202)) ([77f96d6](https://github.com/homuler/MediaPipeUnityPlugin/commit/77f96d6ec341cb72c216f3b41a7a0e894b4939af))
17+
518
### [0.14.3](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.2...v0.14.3) (2024-03-15)
619

720
### [0.14.2](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.1...v0.14.2) (2024-03-15)

Packages/com.github.homuler.mediapipe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.github.homuler.mediapipe",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"displayName": "MediaPipe Unity Plugin",
55
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
66
"unity": "2020.4",

0 commit comments

Comments
 (0)