Skip to content

Commit

Permalink
feat: release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Jan 14, 2025
1 parent 9ba2cfe commit 6d6808e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indexcoop/tokenlists",
"version": "3.7.0",
"version": "3.8.0",
"main": "dist/index.cjs",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -10,10 +10,7 @@
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"README.md"
],
"files": ["dist", "README.md"],
"type": "module",
"scripts": {
"lint": "bunx @biomejs/biome lint",
Expand All @@ -26,9 +23,7 @@
"coverage": "jest --coverage"
},
"release": {
"branches": [
"main"
],
"branches": ["main"],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 6d6808e

Please sign in to comment.