From 5e507094193d298edc0e65426c077524126e4e44 Mon Sep 17 00:00:00 2001 From: Uphold Date: Thu, 4 Apr 2024 14:54:10 +0000 Subject: [PATCH] Release 6.0.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6021956..1f280a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v6.0.0](https://github.com/uphold/eslint-config-uphold/releases/tag/v6.0.0) (2024-04-04) +- Fix `release-it` [\#74](https://github.com/uphold/eslint-config-uphold/pull/74) ([risantos](https://github.com/risantos)) +- Add GitHub release workflow and bump minimum `node` version to `18` [\#73](https://github.com/uphold/eslint-config-uphold/pull/73) ([risantos](https://github.com/risantos)) +- Update dependencies to fix vulnerabilities [\#72](https://github.com/uphold/eslint-config-uphold/pull/72) ([eduardoconceicao](https://github.com/eduardoconceicao)) + ## [5.0.1](https://github.com/uphold/eslint-config-uphold/releases/tag/5.0.1) (2023-09-19) - Fix eslint plugin being a dev dependency [\#71](https://github.com/uphold/eslint-config-uphold/pull/71) ([JoaoOliveiraRocha](https://github.com/JoaoOliveiraRocha)) diff --git a/package.json b/package.json index 21aaf01..b8d3407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-uphold", - "version": "5.0.1", + "version": "6.0.0", "description": "Uphold-flavored ESLint config", "keywords": [ "config",