Skip to content

Commit 2995cbc

Browse files
authored
copy license into npm package (#500)
1 parent dee438f commit 2995cbc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/wasm_release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
cd crates/bcr-ebill-wasm
6363
wasm-pack build --target web --scope bitcredit --out-name index
6464
65+
- name: Copy LICENSE into pkg/
66+
run: |
67+
cp LICENSE crates/bcr-ebill-wasm/pkg/
68+
6569
- name: Create and push git tag
6670
run: |
6771
git config user.name "github-actions[bot]"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 0.3.10
22

3+
* Add LICENSE to npm package
4+
* Reduce size of the WASM binary
35
* Fix a small issue, where bills were recalculated instead of taken from cache, once their payment/sell/recourse/accept requests expired
46
* Change behaviour of request to pay
57
* it's now possible to req to pay before the maturity date
File renamed without changes.

0 commit comments

Comments
 (0)