Skip to content

Commit

Permalink
Publish v0.5.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Dec 5, 2022
1 parent 4d48b4a commit 8cb2523
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"wingman-be": "0.4.5",
"wingman-fe": "7.0.0"
},
"changesets": [
"sixty-mice-end"
]
}
8 changes: 8 additions & 0 deletions be/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# wingman-be

## 0.5.0-beta.0

### Minor Changes

- **createBrowserTokenMiddleware:** Propagate `hirerId` request body property ([#866](https://github.com/seek-oss/wingman/pull/866))

This allows the requester to specify a desired hirer which your software can then authorise.

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion be/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wingman-be",
"version": "0.4.5",
"version": "0.5.0-beta.0",
"private": false,
"homepage": "https://github.com/seek-oss/wingman#readme",
"bugs": {
Expand Down

0 comments on commit 8cb2523

Please sign in to comment.