Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Oct 7, 2024
1 parent 7debfc0 commit 5061882
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# acorn change log

## Version 1.1.1

- chore: update std and commons (b4fb1e4)
- chore: update deps and changes for Deno 2 (d1fd693)
- chore: add canary to ci (7debfc0)

## Version 1.1.0

- docs: export schema types to allow docgen (5b295bc)
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oak/acorn",
"version": "1.1.0",
"version": "1.1.1",
"exports": { ".": "./mod.ts" },
"publish": {
"exclude": [
Expand Down

0 comments on commit 5061882

Please sign in to comment.