From 119716d9c00a3286c736af4cd7d5ac6fad4c949a Mon Sep 17 00:00:00 2001 From: Max Beatty Date: Fri, 20 Oct 2023 16:39:05 -0700 Subject: [PATCH] Release 26.0.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bafaafc..ae342e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,19 @@ + +## v26.0.0 (2023-10-20) + +#### :boom: Breaking Change +* [#923](https://github.com/square/eslint-plugin-square/pull/923) Drop Node v16 support ([@maxbeatty](https://github.com/maxbeatty)) +* many dependencies updated to new major versions related to dropping Node v16 support + +#### Committers: 3 +- Matt Wilcox ([@wilcoxmd](https://github.com/wilcoxmd)) +- Max Beatty ([@maxbeatty](https://github.com/maxbeatty)) +- Ray Cohen ([@raycohen](https://github.com/raycohen)) + + ## v26.0.0-0 (2023-06-28) #### :boom: Breaking Change diff --git a/package.json b/package.json index b8b8aab3..bfb9a7ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-square", - "version": "26.0.0-0", + "version": "26.0.0", "description": "Linting plugin containing Square's custom lint rules and configuration for JavaScript and related technologies.", "keywords": [ "ember",