Skip to content

Commit 5a3bf88

Browse files
chore(release): 5.1.28 [skip ci]
## [5.1.28](v5.1.27...v5.1.28) (2026-05-27) ### Bug Fixes * Bump dependencies ([#455](#455)) ([fca4cbb](fca4cbb))
1 parent fca4cbb commit 5a3bf88

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.1.28](https://github.com/eik-lib/common/compare/v5.1.27...v5.1.28) (2026-05-27)
2+
3+
4+
### Bug Fixes
5+
6+
* Bump dependencies ([#455](https://github.com/eik-lib/common/issues/455)) ([fca4cbb](https://github.com/eik-lib/common/commit/fca4cbb16af46cb058f3b3bbfca11d9bccd46d71))
7+
18
## [5.1.27](https://github.com/eik-lib/common/compare/v5.1.26...v5.1.27) (2026-05-22)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/common",
3-
"version": "5.1.27",
3+
"version": "5.1.28",
44
"description": "Common utilities for Eik modules",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
@@ -13,7 +13,10 @@
1313
"eikjson.d.ts"
1414
],
1515
"tap": {
16-
"exclude": ["test/**/*.d.ts", "test/fixtures/**"]
16+
"exclude": [
17+
"test/**/*.d.ts",
18+
"test/fixtures/**"
19+
]
1720
},
1821
"scripts": {
1922
"clean": "rimraf .tap node_modules types",

0 commit comments

Comments
 (0)