From 86776ec1b11557e86641efed2e9bebdcd797f43d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:19:22 +0200 Subject: [PATCH] ignore(update): Auto update versions to the latest (#77) Update indexcoop.tokenlist.json to latest Update package.json to latest Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: tokdaniel <7677603+tokdaniel@users.noreply.github.com> --- package.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d800916..0440ecb 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "@indexcoop/tokenlists", - "version": "3.1.1", + "version": "3.1.2", "main": "dist/index.cjs", "module": "dist/index.js", "typings": "dist/index.d.ts", - "files": ["dist", "README.md"], + "files": [ + "dist", + "README.md" + ], "type": "module", "scripts": { "lint": "bunx @biomejs/biome lint", @@ -17,7 +20,9 @@ "coverage": "jest --coverage" }, "release": { - "branches": ["main"], + "branches": [ + "main" + ], "plugins": [ [ "@semantic-release/commit-analyzer",