Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 43f7fdd

Browse files
chore(release): 1.10.6 [skip ci]
## [1.10.6](v1.10.5...v1.10.6) (2023-10-30) ### Bug Fixes * run replacement of process.env.NODE_ENV for client-side ([#126](#126)) ([8100fba](8100fba))
1 parent 8100fba commit 43f7fdd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.6](https://github.com/podium-lib/podlet-server/compare/v1.10.5...v1.10.6) (2023-10-30)
2+
3+
4+
### Bug Fixes
5+
6+
* run replacement of process.env.NODE_ENV for client-side ([#126](https://github.com/podium-lib/podlet-server/issues/126)) ([8100fba](https://github.com/podium-lib/podlet-server/commit/8100fba68038932d7713d1f827d653c80644155a))
7+
18
## [1.10.5](https://github.com/podium-lib/podlet-server/compare/v1.10.4...v1.10.5) (2023-10-30)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/podlet-server",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)