From d5edf918725b939e667662c642a72183197abb31 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sat, 27 Jul 2024 22:57:33 +0200 Subject: [PATCH] chore: release v0.3.0 --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 98f1071..efe7cda 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-flat-config-utils", - "version": "0.2.5", + "version": "0.3.0", "exports": "./src/index.ts", "include": [ "src" diff --git a/package.json b/package.json index e2a56c5..d0ca9bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-flat-config-utils", "type": "module", - "version": "0.2.5", + "version": "0.3.0", "packageManager": "pnpm@9.6.0", "description": "Utils for managing and manipulating ESLint flat config arrays", "author": "Anthony Fu ",