From e719e0574acbb41b4ab8a6cffcd948505c45d4cf Mon Sep 17 00:00:00 2001 From: oJshua Date: Wed, 2 Jun 2021 23:13:52 +0000 Subject: [PATCH] chore(release): 0.2.119 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 304a4b152e78..1aa73198bde1 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.119 (2021-06-02) + ### 0.2.118 (2021-05-31) ### 0.2.117 (2021-05-28) diff --git a/package.json b/package.json index f1cc7980659e..c12a752c467f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.118", + "version": "0.2.119", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",