Skip to content

Commit 915524a

Browse files
authored
chore: release 0.4.0 (#26)
2 parents 62f8a98 + 26fa9ba commit 915524a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/next-rsc-error-handler": "0.3.4"
2+
"packages/next-rsc-error-handler": "0.4.0"
33
}

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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/infodusha/next-rsc-error-handler/compare/next-rsc-error-handler-v0.3.4...next-rsc-error-handler-v0.4.0) (2024-05-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* ts path alias support
9+
10+
### Features
11+
12+
* ts path alias support ([62f8a98](https://github.com/infodusha/next-rsc-error-handler/commit/62f8a98c8557a1d2d8e5490411fd29d4706d687f))
13+
314
## [0.3.4](https://github.com/infodusha/next-rsc-error-handler/compare/next-rsc-error-handler-v0.3.3...next-rsc-error-handler-v0.3.4) (2024-05-21)
415

516

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-rsc-error-handler",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
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)