From 7a375c3c941a04e71ed81f4b66293df442e90bff Mon Sep 17 00:00:00 2001 From: oJshua Date: Fri, 28 May 2021 21:22:22 +0000 Subject: [PATCH] chore(release): 0.2.117 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a68c4842f6d..c504a8071c68 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.117 (2021-05-28) + ### 0.2.116 (2021-05-28) ### 0.2.115 (2021-05-27) diff --git a/package.json b/package.json index e2926ef7a0c6..76ec2a55aa06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.116", + "version": "0.2.117", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",