Skip to content

Commit 72d6852

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-12-03) ### Bug Fixes * Don't publish to npm ([0887b4b](0887b4b))
1 parent 0a94090 commit 72d6852

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/inpyjamas/p5-starter-kit/compare/v1.0.0...v1.0.1) (2024-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Don't publish to npm ([0887b4b](https://github.com/inpyjamas/p5-starter-kit/commit/0887b4b8473bd27a3719f2b16896647159187290))
7+
18
# 1.0.0 (2024-12-03)
29

310

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": "1.0.0",
4+
"version": "1.0.1",
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro check && astro build",

0 commit comments

Comments
 (0)