Skip to content

Commit 91eca29

Browse files
committed
chore: release v1.0.0
1 parent 057c2d5 commit 91eca29

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": "0.3.1",
3+
"version": "1.0.0",
44
"private": true,
55
"packageManager": "pnpm@10.12.4",
66
"scripts": {

packages/eslint-plugin-pnpm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-pnpm",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "1.0.0",
55
"description": "ESlint Plugin for pnpm",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"contributors": [

packages/pnpm-workspace-yaml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pnpm-workspace-yaml",
33
"type": "module",
4-
"version": "0.3.1",
4+
"version": "1.0.0",
55
"description": "Utilities for managing pnpm-workspace.yaml",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"contributors": [

0 commit comments

Comments
 (0)