Skip to content

Commit

Permalink
chore(release): 0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2024
1 parent 198a04d commit 4fa7718
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

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.
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.4.13 (2024-09-12)


### Bug Fixes

* stereo background ([198a04d](https://github.com/stalgiag/p5.xr/commit/198a04dc7617df719647ff03a3bf4b0f2e3745bb))

### 0.4.12 (2024-09-10)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p5.xr",
"version": "0.4.12",
"version": "0.4.13",
"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",
Expand All @@ -26,14 +26,13 @@
"build": "parcel build --no-cache --no-source-maps",
"watch": "parcel watch",
"test": "karma start karma.conf.js",
"docs": "node_modules/.bin/jsdoc -c jsdoc.json -r",
"docs": "npx docsify serve docs",
"setup-ssl": "npm run generate-privatekey && npm run generate-csr && npm run generate-cert",
"generate-privatekey": "openssl genrsa -out key.pem",
"generate-csr": "openssl req -new -key key.pem -out csr.pem",
"generate-cert": "openssl x509 -req -days 365 -in csr.pem -signkey key.pem -out cert.pem",
"dev-server": "http-server -S -C cert.pem -K key.pem -o",
"jsdoc2md": "grunt jsdoc2md",
"docs": "npx docsify serve docs",
"release": "commit-and-tag-version"
},
"repository": {
Expand Down

0 comments on commit 4fa7718

Please sign in to comment.