From 5f0693a12bff388b09a30d0c9965a97c4544c0a6 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:04:22 +0000 Subject: [PATCH] chore: release v2.6.0 --- CHANGELOG.md | 29 +---------------------------- package.json | 2 +- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b06d6..25e7123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,94 +7,67 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 2.6.0 - 2023-06-12 ### Added - - `convertStreamToString` function - pm2 metrics ## 2.5.0 - 2023-05-17 - ### Added - - CIP68 RFT 444 support ## 2.4.0 - 2023-03-15 - ### Removed - - `addr_vk` support in `paymentCredToBech32Address` ## 2.3.2 - 2023-03-07 - ### Added - - Support for ScriptHash payment credential using `script` addresses. ### Changed - - do not leak framework in errors ## 2.3.1 - 2023-02-06 - ### Removed - - `addr_vk` is no longer valid address type as returned by `detectAndValidateAddressType` ### Fixed - - CIP68 `getMetadataFromOutputDatum` parsing of `files` and custom fields ## 2.3.0 - 2023-02-02 - ### Added - - support for `addr_vk` addresses in `paymentCredFromBech32Address` - `getPaymentPartBech32` for generating partial bech32 address consisting of bech32 prefix, addr header and payment part ### Changed - - fastify dependencies ## 2.2.0 - 2022-12-30 - ### Added - - Missing custom 400s ## 2.1.1 - 2022-12-30 - ### Changed - - js implementation of utf-8-validate, no longer requiring node-gyp ## 2.1.0 - 2022-12-28 - ### Added - - CIP68 utils ## 2.0.0 - 2022-11-27 - ### Removed - - BREAKING CHANGE: `getSchemaForEndpoint` is now part of the `@blockfrost/openapi` package - `@blockfrost/openapi` dependency ## 1.1.0 - 2022-11-02 - ### Added - - `validatePolicy` and `validateAsset` to validation functions - invalid asset and invalid policy 400 handlers ## 1.0.1 - 2022-10-24 - ### Changed - - `getAddressTypeAndPaymentCred` to return undefined instead of `''` when there is not valid `paymentCred` ## 1.0.0 - 2022-09-23 - ### Added - - Initial release diff --git a/package.json b/package.json index 450fa09..6a404c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/blockfrost-utils", - "version": "2.5.0", + "version": "2.6.0", "repository": "git@github.com:blockfrost/blockfrost-utils.git", "license": "Apache-2.0", "author": "blockfrost.io",