Skip to content

Commit

Permalink
Update api package.json and include mention of bugfix for request bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus committed Dec 5, 2024
1 parent f9f9313 commit 9e5fe71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.12.4",
"version": "0.12.5",
"name": "@fiberplane/studio",
"description": "Local development debugging interface for Hono apps",
"author": "Fiberplane<[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion www/src/content/changelog/2024-12-05-v0_12_4.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: 2024-12-05
version: 0.12.4
version: 0.12.5
draft: false
---

Expand All @@ -12,3 +12,4 @@ draft: false
### Bug fixes
* Added a tooltip to the sidebar panel toggle to make it clearer what the keyboard shortcut is (`cmd+b`)
* Fixed an issue where the route side bar would not highlight the currently selected route after you switched the method manually
* Fixed an issue where the request body would not load correctly from local history

0 comments on commit 9e5fe71

Please sign in to comment.