Skip to content

Commit a9357e3

Browse files
author
Bryan van der Starre
committed
2 parents d1fc192 + e2d8be8 commit a9357e3

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.2.7](https://github.com/starredev/schedule-x-plugins/compare/v1.2.6...v1.2.7) (2025-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** correct esm output file and exports entry ([4264cee](https://github.com/starredev/schedule-x-plugins/commit/4264ceefc9b2be2ea4fd43b0f4f7f71bb785f0b6))
7+
* **build:** correct esm output file and exports entry ([6871ee8](https://github.com/starredev/schedule-x-plugins/commit/6871ee853e2be3830a8fdbb1a184cfc116ca1b0c))
8+
19
## [1.2.6](https://github.com/starredev/schedule-x-plugins/compare/v1.2.5...v1.2.6) (2025-03-23)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@starredev/schedule-x-plugins",
33
"license": "MIT",
4-
"version": "1.2.6",
4+
"version": "1.2.7",
55
"main": "./dist/schedule-x-plugin.umd.js",
66
"module": "./dist/schedule-x-plugin.mjs",
77
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)