Skip to content

Commit bae72fa

Browse files
committed
always clean up; add changelog
1 parent d96bbc2 commit bae72fa

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.1.0
2+
3+
- use semantic delay
4+
- fix bug: for non-atomic loader, count should never small than 0
5+
- add `cancel` api
6+

build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
rm -rf dist
23
mkdir -p dist
34
echo "build src/ldld.ls -> dist/ldld.js ..."
45
./node_modules/.bin/lsc -cbp src/ldld.ls > dist/ldld.js

dist/ldld.zip

-4.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)