From 01e078f43fec055d54379920420b4e1eecddb314 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:41:25 +0000 Subject: [PATCH] chore: release 4.1.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 767d26f..9ab1305 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. +### [4.1.2](https://www.github.com/solarflare045/intolerable-style-guide/compare/v4.1.1...v4.1.2) (2023-10-06) + + +### Bug Fixes + +* upgrade some dependencies ([883a09e](https://www.github.com/solarflare045/intolerable-style-guide/commit/883a09ebc6c137e283c4006e84f44f6edb1bf0ca)) + ### [4.1.1](https://www.github.com/solarflare045/intolerable-style-guide/compare/v4.1.0...v4.1.1) (2023-08-01) diff --git a/package-lock.json b/package-lock.json index 4324dcd..d124f44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-intolerable-style-guide", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-intolerable-style-guide", - "version": "4.1.1", + "version": "4.1.2", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.9.1", diff --git a/package.json b/package.json index dc24cfe..73c7871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-intolerable-style-guide", - "version": "4.1.1", + "version": "4.1.2", "description": "The ultimate oppressive style guide.", "scripts": { "lint": "eslint -c index.js test/example.ts",