From 87c797f496f6f441b6436931331b4d02a924acc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 15:14:57 +0100 Subject: [PATCH] chore(main): release 1.1.2 (#21) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5899e9..b296aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.2](https://github.com/nftstorage/ucan.storage/compare/v1.1.1...v1.1.2) (2022-03-29) + + +### Bug Fixes + +* update readme ([34e20bc](https://github.com/nftstorage/ucan.storage/commit/34e20bc94690d355ec67bac7cf240946e054a64e)) + ### [1.1.1](https://github.com/nftstorage/ucan.storage/compare/v1.1.0...v1.1.1) (2022-03-28) diff --git a/package.json b/package.json index 3dfe5a2..7b45725 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucan-storage", - "version": "1.1.1", + "version": "1.1.2", "main": "src/index.js", "types": "dist/src/index.d.ts", "type": "module",