Skip to content

Commit a4b5f42

Browse files
chore(release): 1.28.1 [skip ci]
## [1.28.1](v1.28.0...v1.28.1) (2025-01-18) ### Bug Fixes * comment new regex and reinstate previous regex ([dfe7354](dfe7354)) * range input returns a single number if if min not defiened ([07afdc4](07afdc4))
1 parent 07afdc4 commit a4b5f42

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.28.1](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.28.0...v1.28.1) (2025-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* comment new regex and reinstate previous regex ([dfe7354](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/dfe7354052718e247414e5c29b566c9532d80e79))
7+
* range input returns a single number if if min not defiened ([07afdc4](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/07afdc4f5132e800e3f63fa16edc2b8232afa5fe))
8+
19
# [1.28.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.27.0...v1.28.0) (2024-12-14)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/element-prototype",
3-
"version": "1.28.0",
3+
"version": "1.28.1",
44
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"element-prototype",

0 commit comments

Comments
 (0)