From 8d972f3bc584b3bb97916e16df1895f1f774b5ec Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 12 Feb 2022 17:10:22 -0800 Subject: [PATCH] v20.2.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e8e40..143a7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v20.2.2](https://github.com/ljharb/eslint-config/compare/v20.2.1...v20.2.2) - 2022-02-12 + +### Commits + +- [Deps] use a simpler peer dep range for eslint [`0b5505c`](https://github.com/ljharb/eslint-config/commit/0b5505cce9c1bdbd6416786721e9ee83b3441bcd) + ## [v20.2.1](https://github.com/ljharb/eslint-config/compare/v20.2.0...v20.2.1) - 2022-02-11 ### Commits diff --git a/package.json b/package.json index d955729..5847cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ljharb/eslint-config", - "version": "20.2.1", + "version": "20.2.2", "author": "Jordan Harband", "funding": { "url": "https://github.com/sponsors/ljharb"