Skip to content

Commit 51e16f4

Browse files
committed
chore: release v2.0.0
1 parent 47c874e commit 51e16f4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"private": true,
55
"packageManager": "pnpm@10.7.0",
66
"scripts": {

packages/case-police/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "case-police",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"packageManager": "pnpm@10.7.0",
66
"description": "Make the case correct, PLEASE!",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

packages/eslint-plugin-case-police/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-case-police",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"homepage": "https://github.com/antfu/case-police#readme",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)