1.0.1 #8

Merged
emma merged 5 commits from 1.0.1 into main 2025-05-07 12:30:57 -07:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 51aaf27fda - Show all commits

View File

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

View File

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