Skip to content

Commit

Permalink
chore(release): 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jan 26, 2024
1 parent 77183c6 commit 6eb8026
Show file tree
Hide file tree
Showing 5 changed files with 12 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.0
placeholder: v0.14.1
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.0
placeholder: v0.14.1
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.0
placeholder: v0.14.1
validations:
required: true

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

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.1](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.0...v0.14.1) (2024-01-26)


### Bug Fixes

* all landmarks except the first one are always null ([#1125](https://github.com/homuler/MediaPipeUnityPlugin/issues/1125)) ([73554f2](https://github.com/homuler/MediaPipeUnityPlugin/commit/73554f2cacc4e737cfdce7ff807482b425ba9eb0))
* **sample:** Android build error ([#1127](https://github.com/homuler/MediaPipeUnityPlugin/issues/1127)) ([77183c6](https://github.com/homuler/MediaPipeUnityPlugin/commit/77183c6fc6147bc035ae3466045123e58fac65f7))

## [0.14.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.13.1...v0.14.0) (2024-01-08)


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.0",
"version": "0.14.1",
"displayName": "MediaPipe Unity Plugin",
"description": "A Unity Plugin to run MediaPipe CalculatorGraph",
"unity": "2020.4",
Expand Down

0 comments on commit 6eb8026

Please sign in to comment.