new version

This commit is contained in:
Emmaline Autumn 2025-05-07 10:29:15 -06:00
parent d5b9ef8f04
commit 51aaf27fda
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 1.0.0 (2025-07-25) ## v1.0.0 (2025-07-25)
### Features ### Features
@ -20,7 +20,7 @@
- ascii art is broken (sad face) - ascii art is broken (sad face)
- banana doesn't work - banana doesn't work
## 0.0.0 (never) ## v0.0.0 (never)
this is just here for a reference to the auto-changelog this is just here for a reference to the auto-changelog

View File

@ -1,6 +1,6 @@
{ {
"name": "@bearmetal/pdf-tools", "name": "@bearmetal/pdf-tools",
"version": "1.0.0", "version": "1.0.1",
"license": "GPL 3.0", "license": "GPL 3.0",
"tasks": { "tasks": {
"dev": "deno run -A --env-file=.env --watch main.ts", "dev": "deno run -A --env-file=.env --watch main.ts",