From 036e2c20cbe131b4c36d28ef85f6340ca30ea47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgardo=20Avil=C3=A9s-L=C3=B3pez?= Date: Fri, 3 Mar 2023 18:16:58 -0500 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c970a21..1d45466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### v1.0.0 (2023-03-03) + +- [`e143b35`](https://github.com/lifion/eslint-config-lifion-web/commit/e143b3536d43caa4c09e4bd26da8a926b11c947c): Recreate the lock file +- [`7eb6413`](https://github.com/lifion/eslint-config-lifion-web/commit/7eb6413076d5e0ba90f400cb3a4d5e405e7b3c81): Upgrade all dependencies +- [`ad1eec1`](https://github.com/lifion/eslint-config-lifion-web/commit/ad1eec153ea6adef519a6114a1d0793856b1b44d): Upgrade plugins to the latest major versions +- [`6b2901c`](https://github.com/lifion/eslint-config-lifion-web/commit/6b2901cf2ccfeefdeba1b93c06539a2502e4c245): Correct the test against the default source type + ### v1.0.0-rc.1 (2022-04-23) - [`f1bac3e`](https://github.com/lifion/eslint-config-lifion-web/commit/f1bac3e172705a979051f19dd008f8b1a7f09161): Add a README, correct the default source type, the ignore patterns, and the published files diff --git a/package-lock.json b/package-lock.json index a547b28..7dac8fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-lifion-web", - "version": "1.0.0-rc.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-lifion-web", - "version": "1.0.0-rc.1", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@babel/eslint-parser": "^7.19.1", diff --git a/package.json b/package.json index 12f9d84..f1ab394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-lifion-web", - "version": "1.0.0-rc.1", + "version": "1.0.0", "description": "Lifion's ESLint config for the Web", "keywords": [ "config",