Skip to content

Commit adc8621

Browse files
CopilotHexagon
andauthored
Fix dist structure and bump to 10.0.1 (#342)
* Initial plan * Enable experimentalBundling to fix dist files structure Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com> * Bump version to 10.0.1 and add changelog entry Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
1 parent d3f013b commit adc8621

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to Croner will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [10.0.1] - 2026-02-01
9+
10+
### Fixed
11+
- Bundle TypeScript declarations into single file to match 9.1.0 dist structure
12+
813
## [10.0.0] - 2026-02-01
914

1015
### Added

build/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ if (Deno.args[1] === "clean") {
7979
platform: "neutral",
8080
format: "esm",
8181
plugins: [dtsPlugin({
82+
experimentalBundling: true,
8283
tsconfig: {
8384
compilerOptions: {
8485
target: "ES2017",

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hexagon/croner",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"exports": "./src/croner.ts",
55
"lint": {
66
"include": ["src", "build"]

0 commit comments

Comments
 (0)