Skip to content

Commit 0a94090

Browse files
committed
Merge branch 'main' of github.com:inpyjamas/p5-starter-kit
2 parents 0887b4b + 2613445 commit 0a94090

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.0 (2024-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Types ignore netlify folder ([5354743](https://github.com/inpyjamas/p5-starter-kit/commit/5354743cede2ea33806efcd996fce6ecda8fe599))
7+
8+
9+
### Features
10+
11+
* Create minimal package ([fe70dd1](https://github.com/inpyjamas/p5-starter-kit/commit/fe70dd1d32262757efd2334f4cd4702e0efbc174))
12+
* First working version ([b8aa891](https://github.com/inpyjamas/p5-starter-kit/commit/b8aa891110d1b15eb7415ba52744d54e9b16f9be))
13+
* Own favicon ([379b2e6](https://github.com/inpyjamas/p5-starter-kit/commit/379b2e6f0ea58fb7b9c428cdb44e6cd6c3d09cd0))

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": "p5kit.inpyjamas.dev",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro check && astro build",

0 commit comments

Comments
 (0)