Skip to content

Commit c4f12df

Browse files
chore(release): 1.4.3 [skip ci]
## [1.4.3](v1.4.2...v1.4.3) (2023-12-04) ### Bug Fixes * **deps:** update dependency astro to v3.6.4 ([6e7c628](6e7c628)) * **deps:** update dependency p5 to v1.9.0 ([1565985](1565985))
1 parent 163caa5 commit c4f12df

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.4.3](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.2...v1.4.3) (2023-12-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency astro to v3.6.4 ([6e7c628](https://github.com/ff6347/p5-code-sandbox/commit/6e7c628ab8c47bc402feb8c3124fe1edc3ad4f26))
7+
* **deps:** update dependency p5 to v1.9.0 ([1565985](https://github.com/ff6347/p5-code-sandbox/commit/1565985db28d85ed3cf0b5b55cbb5cef48bf59ca))
8+
19
## [1.4.2](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.1...v1.4.2) (2023-11-29)
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.4.2",
4+
"version": "1.4.3",
55
"type": "module",
66
"scripts": {
77
"copy:p5": "mkdirp ./public/lib && shx cp -r ./node_modules/p5/lib ./public/",

0 commit comments

Comments
 (0)