Skip to content

Commit 910a575

Browse files
committed
Release 1.1.0
1 parent a273916 commit 910a575

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# acorn change log
22

3+
## Version 1.1.0
4+
5+
- docs: export schema types to allow docgen (5b295bc)
6+
- feat: add automatic options method handling (a273916)
7+
38
## Version 1.0.0
49

510
A fundamental rewrite of acorn to provide a cleaner and more cohesive way to

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oak/acorn",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"exports": { ".": "./mod.ts" },
55
"publish": {
66
"exclude": [

0 commit comments

Comments
 (0)