From aa8e72bb6fa4a0bc67ee3e55664975a4ee08c138 Mon Sep 17 00:00:00 2001 From: keone Date: Sun, 27 Feb 2022 01:00:55 +0000 Subject: [PATCH] chore(release): 0.2.2557 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62e22f374002..f9ef0feacea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### 0.2.2557 (2022-02-27) + ### 0.2.2556 (2022-02-27) ### 0.2.2555 (2022-02-26) diff --git a/package.json b/package.json index 779877abd14b..61db31c08b97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.2556", + "version": "0.2.2557", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",