summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraspizu <aspizu@protonmail.com>2025-03-10 04:21:29 +0530
committeraspizu <aspizu@protonmail.com>2025-03-10 04:21:29 +0530
commit0af6c14c51d49ee97d6dfc28d93135c65a61e3d3 (patch)
treeb5a0e68fa558f1e8fa144ed20e283d5c7f554769
parentac5a1f0529644c849c7c4a57c7b610c194d23f92 (diff)
feat: bump version to 0.3.2 and update .npmignore
-rw-r--r--.npmignore1
-rw-r--r--package.json2
2 files changed, 1 insertions, 2 deletions
diff --git a/.npmignore b/.npmignore
index 3d2bc62..2ccbe46 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,2 +1 @@
-/dist/
/node_modules/
diff --git a/package.json b/package.json
index f29ede9..31c3f1e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "astro-gemtext",
"homepage": "https://github.com/aspizu/astro-gemtext",
- "version": "0.3.1",
+ "version": "0.3.2",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",