Skip to content

Commit

Permalink
Merge pull request #161 from ubiquity-os/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…in--components--ubiquity-os-kernel

chore(main): release 2.4.0
  • Loading branch information
gentlementlegen authored Oct 21, 2024
2 parents f642b10 + 663969b commit a45a397
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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",
"main": "dist/index.js",
"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": [
Expand Down

0 comments on commit a45a397

Please sign in to comment.