Skip to content

Commit

Permalink
Bump version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Oct 18, 2022
1 parent e492e5b commit 6ed2722
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### v0.11.1
### v0.11.2

- Add `.js` suffixes to imports for ESM builds

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ucans/core",
"version": "0.11.1",
"version": "0.11.2",
"description": "Core UCAN implementation",
"author": "Daniel Holmgren <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/default-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ucans/default-plugins",
"version": "0.11.1",
"version": "0.11.2",
"description": "Default UCAN plugin set",
"author": "Daniel Holmgren <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ucans/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ucans/ucans",
"version": "0.11.1",
"version": "0.11.2",
"description": "Typescript implementation of UCANs with default plugins",
"author": "Daniel Holmgren <[email protected]>",
"repository": {
Expand Down

0 comments on commit 6ed2722

Please sign in to comment.