From c62ed1a409ffc5c81feb3478b4a3509a2bc90272 Mon Sep 17 00:00:00 2001 From: oJshua Date: Wed, 9 Jun 2021 20:37:45 +0000 Subject: [PATCH] chore(release): 0.2.124 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7d5794baf8..da9dcccc6f89 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.124 (2021-06-09) + ### 0.2.123 (2021-06-07) ### 0.2.122 (2021-06-07) diff --git a/package.json b/package.json index 2079d1f4185d..a2c58eaa0b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.123", + "version": "0.2.124", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",