diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 08c5fcf39e..4a3316eaab 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.6.4](https://www.github.com/web3-storage/web3.storage/compare/db-v2.6.3...db-v2.6.4) (2021-11-15) + + +### Bug Fixes + +* pin status metrics returns data object ([#628](https://www.github.com/web3-storage/web3.storage/issues/628)) ([20877ae](https://www.github.com/web3-storage/web3.storage/commit/20877aeed7730a81d08435be6bee1dfe6d9afebe)) + ### [2.6.3](https://www.github.com/web3-storage/web3.storage/compare/db-v2.6.2...db-v2.6.3) (2021-11-15) diff --git a/packages/db/package-lock.json b/packages/db/package-lock.json index d87f81f2f3..49147ac86d 100644 --- a/packages/db/package-lock.json +++ b/packages/db/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/db", - "version": "2.6.3", + "version": "2.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@web3-storage/db", - "version": "2.6.3", + "version": "2.6.4", "license": "(Apache-2.0 AND MIT)", "dependencies": { "graphql-request": "^3.4.0" diff --git a/packages/db/package.json b/packages/db/package.json index 47cdea8700..6b22c932ee 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/db", - "version": "2.6.3", + "version": "2.6.4", "description": "Database schema and tools.", "private": "true", "main": "index.js",