From 6edb0f88622f182e1befcb836e6973c6832c8f9a Mon Sep 17 00:00:00 2001 From: lostfields Date: Wed, 17 Jan 2024 12:08:13 +0100 Subject: [PATCH] chore: wrong version? --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ba98b..ebed502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ -### [1.1.2](https://github.com/tfso/eslint-config-tfso/compare/v1.1.1...v1.1.2) (2022-06-23) +### [1.1.4](https://github.com/tfso/eslint-config-tfso/compare/v1.1.3...v1.1.4) (2022-12-31) + +### Bug Fixes + +### [1.1.3](https://github.com/tfso/eslint-config-tfso/compare/v1.1.2...v1.1.3) (2022-10-01) +### Bug Fixes + +### [1.1.2](https://github.com/tfso/eslint-config-tfso/compare/v1.1.1...v1.1.2) (2022-06-23) ### Bug Fixes diff --git a/package.json b/package.json index 767c0a4..327d14d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-tfso", - "version": "1.1.3", + "version": "1.1.4", "description": "ESLint configuration for 24SevenOffice", "main": "backend.js", "repository": "https://github.com/tfso/eslint-config-tfso",