From f8b8bb637c35315c175d87369e464079f60f1741 Mon Sep 17 00:00:00 2001 From: oJshua Date: Sun, 13 Jun 2021 18:05:24 +0000 Subject: [PATCH] chore(release): 0.2.131 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00790bd012fc..bde51f7003d8 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.131 (2021-06-13) + ### 0.2.130 (2021-06-11) diff --git a/package.json b/package.json index 8c43231fbfb4..42ae589a93ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.130", + "version": "0.2.131", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",