Skip to content

Commit a28c533

Browse files
authored
Fix unintentional breaking change and slice v0.9.4 (#1158)
1 parent 5e61ec3 commit a28c533

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -8,7 +8,7 @@
88
"assemblyscript",
99
"wasm"
1010
],
11-
"version": "0.9.3",
11+
"version": "0.9.4",
1212
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",
1313
"contributors": [],
1414
"license": "Apache-2.0",

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,6 @@ export * from "./tokenizer";
284284
export * from "./types";
285285
import * as util from "./util/index";
286286
export { util };
287+
288+
// TODO: compat with 0.9, remove with 0.10
289+
export * from "./util/index";

0 commit comments

Comments
 (0)