From 68adf09e3061d6382d124ba8815b675af2571872 Mon Sep 17 00:00:00 2001 From: Paulobot Date: Wed, 27 Oct 2021 20:13:33 +0000 Subject: [PATCH] Release v0.0.5-alpha.1 # Changelog v0.0.5-alpha.1 (2021-10-27) This changelog covers the changes between [v0.0.4 and v0.0.5-alpha.1](https://github.com/Paulomart/eslint-config/compare/v0.0.4...v0.0.5-alpha.1). For further reference, please refer to the changelog of the previous version, [v0.0.4](https://github.com/Paulomart/eslint-config/releases/tag/v0.0.4). ## Merged Pull Requests - none ## Corresponding Issues - none [skip ci] --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5012fb7..3764671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@paulomart/eslint-config", - "version": "0.0.3-test1", + "version": "0.0.5-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3598b35..d4f88a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paulomart/eslint-config", - "version": "0.0.5", + "version": "0.0.5-alpha.1", "description": "Sane eslint configs", "repository": { "type": "git",