Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 28, 2022
1 parent 73dfbc3 commit a3678eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/nftstorage/ucan.storage/compare/v1.0.0...v1.1.0) (2022-03-28)


### Features

* export ucan-chain ([73dfbc3](https://github.com/nftstorage/ucan.storage/commit/73dfbc30387ff90ea9bf569f63e89430b5c07d44))


### Bug Fixes

* docs, js comments and minor improvements ([#5](https://github.com/nftstorage/ucan.storage/issues/5)) ([62672b3](https://github.com/nftstorage/ucan.storage/commit/62672b38b6b06e454ab4cad98d57192c63796d39))

## 1.0.0 (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ucan-storage",
"version": "1.0.0",
"version": "1.1.0",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"type": "module",
Expand Down

0 comments on commit a3678eb

Please sign in to comment.