We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7debfc0 commit 5061882Copy full SHA for 5061882
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# acorn change log
2
3
+## Version 1.1.1
4
+
5
+- chore: update std and commons (b4fb1e4)
6
+- chore: update deps and changes for Deno 2 (d1fd693)
7
+- chore: add canary to ci (7debfc0)
8
9
## Version 1.1.0
10
11
- docs: export schema types to allow docgen (5b295bc)
deno.json
@@ -1,6 +1,6 @@
{
"name": "@oak/acorn",
- "version": "1.1.0",
+ "version": "1.1.1",
"exports": { ".": "./mod.ts" },
"publish": {
"exclude": [
0 commit comments