Skip to content

Commit a91e1b5

Browse files
chore: update changelog and release (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 84ec057 commit a91e1b5

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.changeset/add-plugin-api.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/plugin-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @wolfstar/plugin-api
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Add `@wolfstar/plugin-api`: standalone REST API server plugin for `@wolfstar/http-framework` with routes, middlewares, and router.

packages/plugin-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wolfstar/plugin-api",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Plugin for @wolfstar/http-framework exposing a standalone REST API server (routes, middlewares, router)",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)