chore(release): bump to 1.0.0 and backfill versioned changelog history

Splits the single [Unreleased] CHANGELOG block into dated 0.1.0-1.0.0
sections matching the milestone commits being tagged for issue #24
(numeric release tags), and bumps every package.json to 1.0.0.
This commit is contained in:
germondai
2026-07-10 21:11:04 +02:00
parent 040c7352fb
commit 6f96285544
7 changed files with 131 additions and 68 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trawl/api",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "bun run --watch src/index.ts",