From 740c1826a88e18c3fcbb32f5f7fcd68edd3a0f90 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Dec 2025 10:53:05 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/ivuorinen/config-checker/compare/v1.0.0...v1.1.0) (2025-12-02) ### Features * modernize workflows and standardize configuration files ([#85](https://github.com/ivuorinen/config-checker/issues/85)) ([6dd157f](https://github.com/ivuorinen/config-checker/commit/6dd157f35b5828837876d964cec69bb37b63a9e4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c049d7..b01b19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/ivuorinen/config-checker/compare/v1.0.0...v1.1.0) (2025-12-02) + + +### Features + +* modernize workflows and standardize configuration files ([#85](https://github.com/ivuorinen/config-checker/issues/85)) ([6dd157f](https://github.com/ivuorinen/config-checker/commit/6dd157f35b5828837876d964cec69bb37b63a9e4)) + # 1.0.0 (2025-10-10) ### Bug Fixes diff --git a/package.json b/package.json index 8092abd..5e3c949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.0.0", + "version": "1.1.0", "description": "Checks the commonly used configuration locations for configuration files", "keywords": [ "check-config",