From affcb9163448b9b8166518141cc78f8da0a7546a Mon Sep 17 00:00:00 2001 From: Matthew Molnar Date: Mon, 17 Jun 2024 13:41:10 -0400 Subject: [PATCH] Changelog and packagejson version updates --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc2bf9..1c7d1c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +* 2.1.0 June 17, 2024 + - Update ECMA version to 2020 + * 2.0.0 January 11, 2021 - Scopes package to button organization Projects using eslint can extend the repo like so: diff --git a/package.json b/package.json index cbfba52..f9c6026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@button/eslint-config-button-platform", - "version": "2.0.0", + "version": "2.1.0", "description": "Button Platform's eslint config", "main": "index.js", "publishConfig": {