Skip to content

Commit

Permalink
chore(deploy): Release (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
willybrauner and github-actions[bot] authored Mar 26, 2024
1 parent e02a7f3 commit d1c75c1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
11 changes: 0 additions & 11 deletions .changeset/poor-moose-cheer.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/low-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @wbe/low-router

## 0.3.0

### Minor Changes

- e02a7f3: Create resolveSync method

Resolve a route synchronously. It returns response and context without promise.

```ts
const { response, context } = router.resolveSync("/foo")
```

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/low-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wbe/low-router",
"author": "Willy Brauner",
"license": "MIT",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"files": [
"dist"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit d1c75c1

Please sign in to comment.