From acc916c0ed472954b81f5ffe27b47c217499f3ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 15:19:27 +0000 Subject: [PATCH] chore(release): 0.5.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e182a..f252345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.5.1 (2024-10-16) + + +### Features + +* Hand Tracking ([20cd49b](https://github.com/stalgiag/p5.xr/commit/20cd49bd50cab7ca674744b3d8b9f8ebb2a2b75c)) + ## 0.5.0 (2024-09-19) diff --git a/package-lock.json b/package-lock.json index 98d32f7..ef07485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "p5.xr", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "p5.xr", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "@swc/helpers": "^0.4.2", diff --git a/package.json b/package.json index 0476e87..3ef7f42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p5.xr", - "version": "0.5.0", + "version": "0.5.1", "description": "A library for p5.js that allows coders to easily render p5.js sketches in AR/VR using WebXR", "source": "./src/app.js", "unpkg": "dist/p5xr.min.js",