We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31f783 commit 4d0800aCopy full SHA for 4d0800a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eleventy-plugin-scad",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "Eleventy plugin to treat SCAD files as templates that need rendering to STL and showcased",
5
"keywords": [
6
"eleventy",
@@ -33,6 +33,7 @@
33
"clean": "rm -rvf ./dist/*",
34
"clean-test": "rm -rvf ./test/_11ty/output/*",
35
"dev": "pnpm build --watch ./src",
36
+ "bump": "bumpp",
37
"release": "bumpp && npm publish",
38
"start": "cd ./test/_11ty && DEBUG=eleventy:scad* pnpx @11ty/eleventy --serve",
39
"test": "vitest",
0 commit comments