Skip to content

Commit a6f8b49

Browse files
committed
release: v0.19.5
1 parent cdd4e15 commit a6f8b49

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [0.19.5](https://github.com/globalbrain/hado/compare/v0.19.4...v0.19.5) (2025-11-18)
2+
13
## [0.19.4](https://github.com/globalbrain/hado/compare/v0.19.3...v0.19.4) (2025-11-03)
24

35
## [0.19.3](https://github.com/globalbrain/hado/compare/v0.19.2...v0.19.3) (2025-11-01)

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@globalbrain/hado",
3-
"version": "0.19.4",
3+
"version": "0.19.5",
44
"exports": {
55
"./router": "./src/router.ts",
66
"./sentry": "./src/sentry.ts",

scripts/release.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ await step(`Updating version in ${manifestFile}`, async () => {
274274
})
275275

276276
await step('Generating changelog', async () => {
277-
await $`deno run -A --no-lock npm:conventional-changelog-cli -i CHANGELOG.md -s -p conventionalcommits -k deno.json`
277+
await $`deno run -A --no-lock --preload='data:application/javascript,import "npm:conventional-changelog-conventionalcommits"' \
278+
npm:conventional-changelog -i CHANGELOG.md -s -p conventionalcommits -k deno.json`
278279
await $`deno task format`
279280
})
280281

0 commit comments

Comments
 (0)