From 2f92c91e0dc7363ddffe5ccf5f8dba598aafe972 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jan 2022 14:08:26 +0000 Subject: [PATCH] chore(release): 1.0.19 [skip ci] ## [1.0.19](https://github.com/sweetalert2/eslint-config/compare/v1.0.18...v1.0.19) (2022-01-23) ### Bug Fixes * remove env ([08ea0f0](https://github.com/sweetalert2/eslint-config/commit/08ea0f0ecf23788284d9761b27216d00513a54b9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 492e76e..624e430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.19](https://github.com/sweetalert2/eslint-config/compare/v1.0.18...v1.0.19) (2022-01-23) + + +### Bug Fixes + +* remove env ([08ea0f0](https://github.com/sweetalert2/eslint-config/commit/08ea0f0ecf23788284d9761b27216d00513a54b9)) + ## [1.0.18](https://github.com/sweetalert2/eslint-config/compare/v1.0.17...v1.0.18) (2022-01-23) diff --git a/package.json b/package.json index c82f7cf..fe2a2b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sweetalert2/eslint-config", - "version": "1.0.18", + "version": "1.0.19", "description": "ESLint shareable config for the SweetAlert2 JS/TS coding style", "repository": "sweetalert2/eslint-config", "author": "Limon Monte (https://limonte.github.io)",