Skip to content

Commit 91b510c

Browse files
authored
chore: release 0.3.1 (#22)
2 parents bd1369e + 0e1eaf5 commit 91b510c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/next-rsc-error-handler": "0.3.0"
2+
"packages/next-rsc-error-handler": "0.3.1"
33
}

packages/next-rsc-error-handler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* check for components in client ([bd1369e](https://github.com/infodusha/next-rsc-error-handler/commit/bd1369e08b52516ee9bac736c2d30a8a69440945))
9+
310
## [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)
411

512

packages/next-rsc-error-handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-rsc-error-handler",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Webpack plugin that allow to handle RSC errors on the server side",
55
"main": "./src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)