Skip to content

Commit

Permalink
0.4.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Apr 24, 2023
1 parent 46e97e5 commit ef6a5a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Not released
# `0.4.0-beta3`

- Add `merge` and `mergeBlock` to `Authorizer` (#35) (Clément Delafargue)
- Add an express middleware for proctecting endpoints (#35) (Clément Delafargue)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "biscuit-wasm"
version = "0.4.0-alpha3"
version = "0.4.0-beta3"
edition = "2021"
repository = "https://github.com/biscuit-auth/biscuit-wasm"
description = "WebAssembly wrapper for Biscuit authorization tokens"
Expand Down
2 changes: 1 addition & 1 deletion examples/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@biscuit-auth/biscuit-wasm",
"description": "WebAssembly wrapper for Biscuit authorization tokens",
"version": "0.4.0-beta2",
"version": "0.4.0-beta3",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit ef6a5a8

Please sign in to comment.