Skip to content

Commit c6722ee

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2024-10-08) ### Bug Fixes * Don't include unminified p5 lib into build ([d5c541f](d5c541f)) * Remove p5.js from lib ([3b240f1](3b240f1))
1 parent 26f014f commit c6722ee

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.6.1](https://github.com/ff6347/p5-code-sandbox/compare/v1.6.0...v1.6.1) (2024-10-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Don't include unminified p5 lib into build ([d5c541f](https://github.com/ff6347/p5-code-sandbox/commit/d5c541f87ed8c7dc644b28eb4e71c4d81b3b5a46))
7+
* Remove p5.js from lib ([3b240f1](https://github.com/ff6347/p5-code-sandbox/commit/3b240f14feeeb4610fd255074e6c956180bedacc))
8+
19
# [1.6.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.5.0...v1.6.0) (2024-08-25)
210

311

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ff6347/p5-sandbox",
33
"private": true,
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"type": "module",
66
"scripts": {
77
"copy:p5": "mkdirp ./public/lib && mkdirp ./public/lib/addons && node ./scripts/copy-p5.mjs",

0 commit comments

Comments
 (0)