Skip to content

Commit

Permalink
chore(release): 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jun 24, 2024
1 parent 056c67f commit c2d594e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
id: plugin_version
attributes:
label: Plugin Version or Commit ID
placeholder: v0.14.3
placeholder: v0.14.4
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/build-install-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body:
id: plugin_version
attributes:
label: Plugin Version or Commit ID
placeholder: v0.14.3
placeholder: v0.14.4
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
id: plugin_version
attributes:
label: Plugin Version or Commit ID
placeholder: v0.14.3
placeholder: v0.14.4
validations:
required: true

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.14.4](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.3...v0.14.4) (2024-06-24)


### Bug Fixes

* diffs when building or importing ([#1201](https://github.com/homuler/MediaPipeUnityPlugin/issues/1201)) ([b795a98](https://github.com/homuler/MediaPipeUnityPlugin/commit/b795a9861ede9130610ef90a53d1b863b01ca164))


### Build System

* MediaPipe v0.10.14 ([#1200](https://github.com/homuler/MediaPipeUnityPlugin/issues/1200)) ([4bae91d](https://github.com/homuler/MediaPipeUnityPlugin/commit/4bae91d9272a37dfe590b24811a2876e1422ad3e))
* Update the Unity version (2022.3.34f1) ([#1202](https://github.com/homuler/MediaPipeUnityPlugin/issues/1202)) ([77f96d6](https://github.com/homuler/MediaPipeUnityPlugin/commit/77f96d6ec341cb72c216f3b41a7a0e894b4939af))

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

### [0.14.2](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.1...v0.14.2) (2024-03-15)
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.github.homuler.mediapipe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.github.homuler.mediapipe",
"version": "0.14.3",
"version": "0.14.4",
"displayName": "MediaPipe Unity Plugin",
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
"unity": "2020.4",
Expand Down

0 comments on commit c2d594e

Please sign in to comment.