Skip to content

Commit 955e3e0

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2023-11-25) ### Bug Fixes * **deps:** update dependency @astrojs/react to v3.0.6 ([38e9f8a](38e9f8a)) * **deps:** update dependency @types/p5 to v1.7.4 ([7f7fa96](7f7fa96)) * **deps:** update dependency astro to v3.6.0 ([a86caef](a86caef)) * **deps:** update dependency typescript to v5.3.2 ([22ca5cd](22ca5cd))
1 parent 38dc902 commit 955e3e0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.4.1](https://github.com/ff6347/p5-code-sandbox/compare/v1.4.0...v1.4.1) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @astrojs/react to v3.0.6 ([38e9f8a](https://github.com/ff6347/p5-code-sandbox/commit/38e9f8a7ab3d8baf5a176fa0240ba10190d07cb1))
7+
* **deps:** update dependency @types/p5 to v1.7.4 ([7f7fa96](https://github.com/ff6347/p5-code-sandbox/commit/7f7fa965b812b4dcb05053c2dbb6b3dc656d96b1))
8+
* **deps:** update dependency astro to v3.6.0 ([a86caef](https://github.com/ff6347/p5-code-sandbox/commit/a86caef1dfbf1f670c37685208a5236f59668105))
9+
* **deps:** update dependency typescript to v5.3.2 ([22ca5cd](https://github.com/ff6347/p5-code-sandbox/commit/22ca5cd05f82db202e6206512e76dc94305656ac))
10+
111
# [1.4.0](https://github.com/ff6347/p5-code-sandbox/compare/v1.3.0...v1.4.0) (2023-11-22)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "1.4.1",
55
"type": "module",
66
"scripts": {
77
"copy:p5": "mkdirp ./public/lib && shx cp -r ./node_modules/p5/lib ./public/",

0 commit comments

Comments
 (0)