Skip to content

Commit

Permalink
chore: release 0.3.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
infodusha authored May 21, 2024
2 parents bd1369e + 0e1eaf5 commit 91b510c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/next-rsc-error-handler": "0.3.0"
"packages/next-rsc-error-handler": "0.3.1"
}
7 changes: 7 additions & 0 deletions packages/next-rsc-error-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/infodusha/next-rsc-error-handler/compare/next-rsc-error-handler-v0.3.0...next-rsc-error-handler-v0.3.1) (2024-05-21)


### Bug Fixes

* check for components in client ([bd1369e](https://github.com/infodusha/next-rsc-error-handler/commit/bd1369e08b52516ee9bac736c2d30a8a69440945))

## [0.3.0](https://github.com/infodusha/next-rsc-error-handler/compare/next-rsc-error-handler-v0.2.0...next-rsc-error-handler-v0.3.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/next-rsc-error-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-rsc-error-handler",
"version": "0.3.0",
"version": "0.3.1",
"description": "Webpack plugin that allow to handle RSC errors on the server side",
"main": "./src/index.js",
"type": "module",
Expand Down

0 comments on commit 91b510c

Please sign in to comment.