Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 8, 2024
1 parent 26f014f commit c6722ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.6.1](https://github.com/ff6347/p5-code-sandbox/compare/v1.6.0...v1.6.1) (2024-10-08)


### Bug Fixes

* Don't include unminified p5 lib into build ([d5c541f](https://github.com/ff6347/p5-code-sandbox/commit/d5c541f87ed8c7dc644b28eb4e71c4d81b3b5a46))
* Remove p5.js from lib ([3b240f1](https://github.com/ff6347/p5-code-sandbox/commit/3b240f14feeeb4610fd255074e6c956180bedacc))

# [1.6.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.5.0...v1.6.0) (2024-08-25)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ff6347/p5-sandbox",
"private": true,
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"scripts": {
"copy:p5": "mkdirp ./public/lib && mkdirp ./public/lib/addons && node ./scripts/copy-p5.mjs",
Expand Down

0 comments on commit c6722ee

Please sign in to comment.