Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 180528a

Browse files
chore(release): 1.3.1 [skip ci]
## [1.3.1](v1.3.0...v1.3.1) (2025-11-19) ### Bug Fixes * correct syntax error in SuperDocESign component and update external dependencies in Vite config ([#3](#3)) ([69d5636](69d5636))
1 parent 791e79a commit 180528a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.1](https://github.com/superdoc-dev/esign/compare/v1.3.0...v1.3.1) (2025-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* correct syntax error in SuperDocESign component and update external dependencies in Vite config ([#3](https://github.com/superdoc-dev/esign/issues/3)) ([69d5636](https://github.com/superdoc-dev/esign/commit/69d56369a19d15c640dde80f8d697d39b27ad3d5))
7+
18
# [1.3.0](https://github.com/superdoc-dev/esign/compare/v1.2.0...v1.3.0) (2025-10-08)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superdoc-dev/esign",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "React eSignature component for SuperDoc",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -89,4 +89,4 @@
8989
"engines": {
9090
"node": ">=18"
9191
}
92-
}
92+
}

0 commit comments

Comments
 (0)