diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index bda62875d5..a336cf417d 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.0](https://github.com/web3-storage/web3.storage/compare/api-v6.1.1...api-v6.2.0) (2022-06-01) + + +### Features + +* Adding HasDeleteRestriction user_tag ([#1390](https://github.com/web3-storage/web3.storage/issues/1390)) ([0c3bb58](https://github.com/web3-storage/web3.storage/commit/0c3bb5874cc5d4ad313080fa5b1966748918481d)) + ### [6.1.1](https://github.com/web3-storage/web3.storage/compare/api-v6.1.0...api-v6.1.1) (2022-05-31) diff --git a/packages/api/package.json b/packages/api/package.json index 29de8b4fe6..a860e20ef9 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/api", - "version": "6.1.1", + "version": "6.2.0", "private": true, "type": "module", "license": "(Apache-2.0 OR MIT)",