Skip to content

Commit 563ea2c

Browse files
chore(release): 1.12.6 [skip ci]
## [1.12.6](v1.12.5...v1.12.6) (2025-10-11) ### Bug Fixes * ensure pathname ends with a trailing slash for correct URL construction in HTML rendering ([5122e24](5122e24))
1 parent 5122e24 commit 563ea2c

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.12.6](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.12.5...v1.12.6) (2025-10-11)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure pathname ends with a trailing slash for correct URL construction in HTML rendering ([5122e24](https://github.com/CoCreate-app/CoCreate-server-side-render/commit/5122e2413a986ebe51cb4a48ab92387aad4b5727))
7+
18
## [1.12.5](https://github.com/CoCreate-app/CoCreate-server-side-render/compare/v1.12.4...v1.12.5) (2025-10-08)
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": "@cocreate/server-side-render",
3-
"version": "1.12.5",
3+
"version": "1.12.6",
44
"description": "A simple server-side-render component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"server-side-render",

0 commit comments

Comments
 (0)