From 21da54439ded2e33b3400dcd4020089b6e3b12d8 Mon Sep 17 00:00:00 2001 From: Miguel Colmenares Date: Fri, 21 Aug 2026 10:33:02 -0500 Subject: [PATCH] chore: bump version to 0.5.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14012b5..73b58df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [0.5.0] - 2026-08-21 ### Fixed diff --git a/package-lock.json b/package-lock.json index 75a92fd..34a4860 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@silverassist/performance-toolkit", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@silverassist/performance-toolkit", - "version": "0.4.0", + "version": "0.5.0", "license": "PolyForm Noncommercial License 1.0.0", "dependencies": { "chalk": "^6.0.0" diff --git a/package.json b/package.json index 8463138..a95a375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@silverassist/performance-toolkit", - "version": "0.4.0", + "version": "0.5.0", "description": "PageSpeed Insights and Lighthouse CI integration for performance monitoring across SilverAssist projects", "author": "Miguel Colmenares ", "license": "PolyForm Noncommercial License 1.0.0",