From 663969b641c53b41cea6373405b4d68b83a2fb3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:10:05 +0000 Subject: [PATCH] chore(main): release 2.4.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 8 ++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbaaab2..55e2abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.4.0](https://github.com/ubiquity-os/ubiquity-os-kernel/compare/v2.3.0...v2.4.0) (2024-10-21) + + +### Features + +* add signature to action plugins ([a682ce0](https://github.com/ubiquity-os/ubiquity-os-kernel/commit/a682ce0d64438bc82a60eaba251a4bc0b8094c49)) + + +### Bug Fixes + +* add error handling to plugin dispatch ([a3acebf](https://github.com/ubiquity-os/ubiquity-os-kernel/commit/a3acebff41da8284adaa9669f4ca987969fe506d)) +* update module paths and tsup config for modern output ([c517513](https://github.com/ubiquity-os/ubiquity-os-kernel/commit/c5175131d77f8647ecc8550aaa16c0a51d3e8e65)) +* update module paths and tsup config for modern output ([3b1f303](https://github.com/ubiquity-os/ubiquity-os-kernel/commit/3b1f3036a3fdc672f3da357171949ae0508ec157)) + ## [2.3.0](https://github.com/ubiquity-os/ubiquity-os-kernel/compare/v2.2.0...v2.3.0) (2024-10-16) diff --git a/package.json b/package.json index b528842..ebfa887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ubiquity-os/ubiquity-os-kernel", - "version": "2.3.0", + "version": "2.4.0", "private": false, "description": "The kernel for UbiquityOS.", "module": "dist/index.mjs", @@ -8,9 +8,9 @@ "typings": "dist/index.d.ts", "exports": { ".": { - "types": "./dist/index.d.ts", - "require": "./dist/index.js", - "import": "./dist/index.mjs" + "types": "./dist/index.d.ts", + "require": "./dist/index.js", + "import": "./dist/index.mjs" } }, "files": [