From a7acadeb3224fc7ed14ee9dd5abc7488bbb86a11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:25:58 -0500 Subject: [PATCH] chore(main): release api 2.26.0 (#1966) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/api/CHANGELOG.md | 7 +++++++ packages/api/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7b65188449..8f989fbdf0 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.26.0](https://github.com/nftstorage/nft.storage/compare/api-v2.25.0...api-v2.26.0) (2022-06-07) + + +### Features + +* optimize metrics query ([#1906](https://github.com/nftstorage/nft.storage/issues/1906)) ([dd8d3bd](https://github.com/nftstorage/nft.storage/commit/dd8d3bdcf9e373efe2b26c67c68ad47a96fe7ecb)) + ## [2.25.0](https://github.com/nftstorage/nft.storage/compare/api-v2.24.2...api-v2.25.0) (2022-06-07) diff --git a/packages/api/package.json b/packages/api/package.json index 6d19c41528..c1e13eb4fe 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "2.25.0", + "version": "2.26.0", "description": "NFT Storage API", "private": true, "type": "module",