Skip to content

Commit f2c5f2b

Browse files
committed
v11.10.0
1 parent ce7e819 commit f2c5f2b

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

ServiceWorker.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ class ServiceWorker extends ServiceBase {
2020
*/
2121
singleton: true,
2222
/**
23-
* @member {String} version='11.9.0'
23+
* @member {String} version='11.10.0'
2424
*/
25-
version: '11.9.0'
25+
version: '11.10.0'
2626
}
2727

2828
/**

apps/portal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"@type": "CreativeWork",
167167
"name": "Neo.mjs v11.8.0: The Agent OS Release",
168168
"url": "https://github.com/neomjs/neo/releases/tag/v11.8.0",
169-
"datePublished": "2025-11-23",
169+
"datePublished": "2025-11-24",
170170
"description": "Introduces standalone AI SDK with 'TypeScript without TypeScript' runtime safety (Zod + OpenAPI), enabling autonomous agent workflows. Includes self-healing repository proof-of-concept where agents monitor, analyze, and fix bugs without human intervention.",
171171
"keywords": ["agent OS", "code execution pattern", "autonomous agents", "self-healing repository", "runtime type safety", "typescript without typescript", "Zod validation"]
172172
},

apps/portal/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
</url>
447447
<url>
448448
<loc>https://neomjs.com/apps/portal/index.html</loc>
449-
<lastmod>2025-11-23T12:53:29+01:00</lastmod>
449+
<lastmod>2025-11-23T13:50:35+01:00</lastmod>
450450
</url>
451451
<url>
452452
<loc>https://neomjs.com/apps/realworld/index.html</loc>

apps/portal/view/home/FooterContainer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class FooterContainer extends Container {
108108
}, {
109109
module: Component,
110110
cls : ['neo-version'],
111-
text : 'v11.9.0'
111+
text : 'v11.10.0'
112112
}]
113113
}],
114114
/**

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "neo.mjs",
3-
"version" : "11.9.0",
3+
"version" : "11.10.0",
44
"description": "Neo.mjs: The first Agent Operating System for the web. A standalone, type-safe AI SDK combined with a multi-threaded, zero-build platform for building autonomous agents and desktop-class web apps.",
55
"type" : "module",
66
"repository": {

src/DefaultConfig.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,12 @@ const DefaultConfig = {
299299
useVdomWorker: true,
300300
/**
301301
* buildScripts/injectPackageVersion.mjs will update this value
302-
* @default '11.9.0'
302+
* @default '11.10.0'
303303
* @memberOf! module:Neo
304304
* @name config.version
305305
* @type String
306306
*/
307-
version: '11.9.0'
307+
version: '11.10.0'
308308
};
309309

310310
Object.assign(DefaultConfig, {

0 commit comments

Comments
 (0)