diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcf523..614ecc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.1](https://github.com/ubiquity-os/ubiquity-os-kernel/compare/v2.5.0...v2.5.1) (2024-10-28) + + +### Bug Fixes + +* lockfile updates ([74c4fb3](https://github.com/ubiquity-os/ubiquity-os-kernel/commit/74c4fb32997aadbc72b3a85395a713ad68beb013)) + ## [2.5.0](https://github.com/ubiquity-os/ubiquity-os-kernel/compare/v2.4.0...v2.5.0) (2024-10-28) diff --git a/package.json b/package.json index 66ca6fd..95b108a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-os/ubiquity-os-kernel", - "version": "2.5.0", + "version": "2.5.1", "private": false, "description": "The kernel for UbiquityOS.", "module": "dist/index.mjs",