We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec4a91 commit 94926b6Copy full SHA for 94926b6
2 files changed
etc/aiscript.api.md
@@ -21,7 +21,7 @@ type AddAssign = NodeBase & {
21
};
22
23
// @public (undocumented)
24
-export const AISCRIPT_VERSION: "1.0.0";
+export const AISCRIPT_VERSION: "1.1.0";
25
26
27
abstract class AiScriptError extends Error {
package.json
@@ -1,7 +1,7 @@
1
{
2
"type": "module",
3
"name": "@syuilo/aiscript",
4
- "version": "1.0.0",
+ "version": "1.1.0",
5
"description": "AiScript implementation",
6
"author": "syuilo <syuilotan@yahoo.co.jp>",
7
"license": "MIT",
0 commit comments