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

Commit d78acf3

Browse files
chore(release): 1.9.6 [skip ci]
## [1.9.6](v1.9.5...v1.9.6) (2023-07-05) ### Bug Fixes * do not use development bundling urls in non development context ([#98](#98)) ([10cfde2](10cfde2))
1 parent 10cfde2 commit d78acf3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.9.6](https://github.com/podium-lib/podlet-server/compare/v1.9.5...v1.9.6) (2023-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* do not use development bundling urls in non development context ([#98](https://github.com/podium-lib/podlet-server/issues/98)) ([10cfde2](https://github.com/podium-lib/podlet-server/commit/10cfde2fe5a10a6f1f6f4a0f567a85a3b36c184d))
7+
18
## [1.9.5](https://github.com/podium-lib/podlet-server/compare/v1.9.4...v1.9.5) (2023-07-05)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/podlet-server",
3-
"version": "1.9.5",
3+
"version": "1.9.6",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)