Skip to content

Commit

Permalink
ignore(update): Auto update versions to the latest (#77)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
github-actions[bot] and tokdaniel authored Oct 16, 2024
1 parent 2fbd462 commit 86776ec
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -17,7 +20,9 @@
"coverage": "jest --coverage"
},
"release": {
"branches": ["main"],
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 86776ec

Please sign in to comment.