From 1d827aef18935f7231c243add034f8e235e79f7c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 6 Jan 2023 15:16:21 +0000 Subject: [PATCH] 0.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 584ab8a..83a5483 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-destructuring-newline", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-destructuring-newline", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@kusotenpa/eslint-plugin": "4.1.0", diff --git a/package.json b/package.json index 6852380..abf1eee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-destructuring-newline", - "version": "0.1.0", + "version": "0.1.1", "description": "Enforce placing destructuring properties on separate lines", "main": "dist/index.js", "repository": "git@github.com:kusotenpa/eslint-plugin-destructuring-newline.git",