From ecf871858196e444ff8c2a682ff11c39bce1c5ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 22:51:37 +0100 Subject: [PATCH] chore(main): release 2.0.1 (#4) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5c6d0..2e3a228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.1](https://github.com/InformaticsMatters/eslint-config-squonk/compare/v2.0.0...v2.0.1) (2024-04-21) + + +### Bug Fixes + +* **deps:** pin deps ([0feedba](https://github.com/InformaticsMatters/eslint-config-squonk/commit/0feedba6a90a046bc6b058456608eeb7c74de7ad)) + ## [2.0.0](https://github.com/InformaticsMatters/eslint-config-squonk/compare/v1.0.0...v2.0.0) (2024-04-21) diff --git a/package.json b/package.json index 96f76ba..dd4a1fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squonk/eslint-config", - "version": "2.0.0", + "version": "2.0.1", "description": "ESLint config used by Squonk front-end apps", "type": "module", "main": "index.js",