From dadedbace759a601582c76bd5982294d5061810c Mon Sep 17 00:00:00 2001 From: tom Date: Wed, 22 May 2024 11:57:56 -0500 Subject: [PATCH] chore(release): 6.4.22 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 613fa45..61bbb06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [6.4.22](https://github.com/nash-io/api-client-typescript/compare/v6.4.20...v6.4.22) (2024-05-22) + + + ## [6.4.20](https://github.com/nash-io/api-client-typescript/compare/v6.4.18...v6.4.20) (2024-05-22) diff --git a/package.json b/package.json index a70b3b5..2b212a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neon-exchange/api-client-typescript", - "version": "6.4.20", + "version": "6.4.22", "description": "Official TypeScript client for interacting with the Nash exchange", "main": "build/main/index.js", "typings": "build/main/index.d.ts",