diff --git a/CHANGELOG.md b/CHANGELOG.md index 63842d4..5796fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # acorn change log +## Version 1.1.0 + +- docs: export schema types to allow docgen (5b295bc) +- feat: add automatic options method handling (a273916) + ## Version 1.0.0 A fundamental rewrite of acorn to provide a cleaner and more cohesive way to diff --git a/deno.json b/deno.json index 12f8003..0bc7bf2 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@oak/acorn", - "version": "1.0.0", + "version": "1.1.0", "exports": { ".": "./mod.ts" }, "publish": { "exclude": [