Skip to content

Commit 67108dc

Browse files
authored
biscuit-wasm 0.6.0-beta.2 (#57)
1 parent 584f18d commit 67108dc

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `0.6.0-beta1`
1+
# `0.6.0-beta.2`
22

33
- Bump biscuit-auth to `6.0.0` (#51, #54) (Geoffroy Couprie, Tomáš Čarnecký)
44

examples/frontend/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.

examples/node/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.

js-tests/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-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@biscuit-auth/biscuit-wasm",
33
"description": "WebAssembly wrapper for Biscuit authorization tokens",
4-
"version": "0.6.0-beta.1",
4+
"version": "0.6.0-beta.2",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/biscuit-auth/biscuit-wasm"
8+
"url": "git+https://github.com/eclipse-biscuit/biscuit-wasm.git"
99
},
1010
"scripts": {
1111
"build": "wasm-pack build --target bundler --out-dir module --out-name biscuit --scope biscuit-auth && npm run append-snippets",

0 commit comments

Comments
 (0)