From 5e316c43d8130467b51e7b5b8e5dc8b4baffb46a Mon Sep 17 00:00:00 2001 From: bartosz-lipinski Date: Thu, 14 Oct 2021 20:49:56 +0000 Subject: [PATCH] chore(release): 0.2.279 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26efebdcabd5..4e96f375c274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.279 (2021-10-14) + + +### Features + +* meta token + format ([6834e48](https://github.com/solana-labs/token-list/commit/6834e48803f6491d9ce2e1e89cb761723d7c3603)) + ### 0.2.278 (2021-10-14) ### 0.2.277 (2021-10-14) diff --git a/package.json b/package.json index ec154126884f..f5453396b766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solana/spl-token-registry", - "version": "0.2.278", + "version": "0.2.279", "description": "Solana Token Registry", "main": "dist/main/index.js", "typings": "dist/main/index.d.ts",