Skip to content

Commit aeb395b

Browse files
committed
feat: bump versions (#335)
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 9e98c30 commit aeb395b

File tree

25 files changed

+6256
-2535
lines changed

25 files changed

+6256
-2535
lines changed

.github/workflows/release-please.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ jobs:
8484
# with:
8585
# github-token: ${{ secrets.GITHUB_TOKEN }}
8686

87-
- name: push stamped release
88-
if: ${{ steps.release.outputs.release_created }}
89-
run: |
90-
git config user.name github-actions[bot]
91-
git config user.email 4104672+github-actions[bot]@users.noreply.github.com
92-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/${{ github.repository }}.git"
93-
git commit -a -m 'chore: stamp files for release'
94-
git push origin
87+
# - name: push stamped release
88+
# if: ${{ steps.release.outputs.release_created }}
89+
# run: |
90+
# git config user.name github-actions[bot]
91+
# git config user.email 4104672+github-actions[bot]@users.noreply.github.com
92+
# git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/${{ github.repository }}.git"
93+
# git commit -a -m 'chore: stamp files for release'
94+
# git push origin
9595

9696
- name: Publish
9797
if: ${{ steps.release.outputs.release_created }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
This repository contains a collection of useful c++ libraries compiled to WASM for (re)use in Node JS, Web Browsers and JavaScript Libraries:
88
- [base91](https://base91.sourceforge.net/) - v0.6.0
9-
- [duckdb](https://github.com/duckdb/duckdb) - v1.3.2
9+
- [duckdb](https://github.com/duckdb/duckdb) - v1.4.0
1010
- [expat](https://libexpat.github.io/) - v2.7.1
11-
- [graphviz](https://www.graphviz.org/) - 14.0.2
11+
- [graphviz](https://www.graphviz.org/) - 14.0.4
1212
- [llama.cpp](https://github.com/ggerganov/llama.cpp) - b3718
1313
- [zstd](https://github.com/facebook/zstd) - v1.5.7
1414
- ...more to follow...
1515

1616
Built with:
17-
- [emsdk](https://github.com/emscripten-core/emsdk) - v4.0.17
17+
- [emsdk](https://github.com/emscripten-core/emsdk) - v4.0.19
1818

1919
## Homepage and Documents
2020

0 commit comments

Comments
 (0)