Skip to content

Commit

Permalink
chore: release 0.1.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
infodusha authored May 16, 2024
2 parents bca346f + cd73e4e commit fa65471
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.1.1"
"packages/next-rsc-error-handler": "0.1.2"
}
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.1.2](https://github.com/infodusha/next-rsc-error-handler/compare/next-rsc-error-handler-v0.1.1...next-rsc-error-handler-v0.1.2) (2024-05-16)


### Bug Fixes

* make component name optional & document it ([bca346f](https://github.com/infodusha/next-rsc-error-handler/commit/bca346f017e99d7459d2ec92d853122ac5a7e448))

## [0.1.1](https://github.com/infodusha/next-rsc-error-handler/compare/next-rsc-error-handler-v0.1.0...next-rsc-error-handler-v0.1.1) (2024-05-16)


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.1.1",
"version": "0.1.2",
"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 fa65471

Please sign in to comment.