Skip to content

Commit 2e66b7b

Browse files
committed
chore(release): 1.8.0-alpha.4 [skip ci]
# [1.8.0-alpha.4](https://github.com/dapplets/mutable-web-monorepo/compare/@mweb/extension@1.8.0-alpha.3...@mweb/extension@1.8.0-alpha.4) (2025-04-25) ### Bug Fixes * replace text to manifest ([7b1962f](7b1962f)) ### Features * added RevolutionarySection ([1d4ade0](1d4ade0)) * **n8n:** create `capability`, `user_capability` and `warning` tables in the initialization script ([f4a7672](f4a7672)) * **n8n:** implement `deleteAllWarnings` JSON RPC method ([544ce05](544ce05)) * **n8n:** implement `disableCapability` JSON RPC method ([a3fd9e5](a3fd9e5)) * **n8n:** implement `enableCapability` JSON RPC method ([5a385f1](5a385f1)) * **n8n:** implement `getCapabilities` JSON RPC method ([e759cbd](e759cbd)) * **n8n:** implement `getWarnings` JSON RPC method ([4eb560b](4eb560b)) * **n8n:** implement `login` JSON RPC method ([1b35dd1](1b35dd1)) * **n8n:** implement `removeCapability` JSON RPC method ([24fc632](24fc632)) * **n8n:** introduce capability synchronization ([93501f5](93501f5)) * **n8n:** keep user errors in the database ([9be6618](9be6618)) * **n8n:** update Near AI agents source for `/status` command ([c59231f](c59231f)) * **n8n:** update Near AI agents source in `dept` workflow ([64f8d49](64f8d49))
1 parent 1d4ade0 commit 2e66b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mweb/extension",
3-
"version": "1.8.0-alpha.3",
3+
"version": "1.8.0-alpha.4",
44
"description": "Bridge to the Mutable Web",
55
"scripts": {
66
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 webpack --config webpack.prod.js",

0 commit comments

Comments
 (0)