Skip to content

Commit 4d0800a

Browse files
committed
chore: release v0.3.1
1 parent d31f783 commit 4d0800a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eleventy-plugin-scad",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Eleventy plugin to treat SCAD files as templates that need rendering to STL and showcased",
55
"keywords": [
66
"eleventy",
@@ -33,6 +33,7 @@
3333
"clean": "rm -rvf ./dist/*",
3434
"clean-test": "rm -rvf ./test/_11ty/output/*",
3535
"dev": "pnpm build --watch ./src",
36+
"bump": "bumpp",
3637
"release": "bumpp && npm publish",
3738
"start": "cd ./test/_11ty && DEBUG=eleventy:scad* pnpx @11ty/eleventy --serve",
3839
"test": "vitest",

0 commit comments

Comments
 (0)