Skip to content

Commit c3daaae

Browse files
committed
release: 1.13.8
1 parent c640d18 commit c3daaae

5 files changed

Lines changed: 241 additions & 207 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change log
22

3+
## [1.13.8] - 2026-01-17
4+
5+
### Changed
6+
7+
- Updated dependencies to address security vulnerabilities
8+
- @sveltejs/vite-plugin-svelte 6.2.1 → 6.2.4
9+
- @typescript-eslint/eslint-plugin 8.50.1 → 8.53.0
10+
- @typescript-eslint/parser 8.50.1 → 8.53.0
11+
- eslint-plugin-svelte 3.13.1 → 3.14.0
12+
- prettier 3.7.4 → 3.8.0
13+
- vite 7.3.0 → 7.3.1
14+
- @iconify/svelte 5.1.0 → 5.2.1
15+
- canvas 3.2.0 → 3.2.1
16+
- konva 10.0.12 → 10.2.0
17+
- svelte 5.46.0 → 5.46.4
18+
- zod 4.2.1 → 4.3.5
19+
320
## [1.13.7] - 2025-12-10
421

522
### Added
Lines changed: 221 additions & 204 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
property="twitter:image"
4545
content="https://segmentcontroller.github.io/pcb-tht-holder/pcb-board-32.png"
4646
/>
47-
<script type="module" crossorigin src="/pcb-tht-holder/assets/index-DARCm3cc.js"></script>
47+
<script type="module" crossorigin src="/pcb-tht-holder/assets/index-Cst6S-6X.js"></script>
4848
<link rel="stylesheet" crossorigin href="/pcb-tht-holder/assets/index-HYmEHb8c.css">
4949
</head>
5050

docs/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const GHPATH = 'https://segmentcontroller.github.io/pcb-tht-holder/';
22

33
const APP_PREFIX = 'pwa_pcb-tht-holder_';
44

5-
const VERSION = 'v1.13.7';
5+
const VERSION = 'v1.13.8';
66

77
// The files to make available for offline use. make sure to add others to this list
88
const URLS = [

public/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const GHPATH = 'https://segmentcontroller.github.io/pcb-tht-holder/';
22

33
const APP_PREFIX = 'pwa_pcb-tht-holder_';
44

5-
const VERSION = 'v1.13.7';
5+
const VERSION = 'v1.13.8';
66

77
// The files to make available for offline use. make sure to add others to this list
88
const URLS = [

0 commit comments

Comments
 (0)