Skip to content

Commit dbfc14e

Browse files
committed
release: 1.1.4
1 parent de48ca4 commit dbfc14e

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
### Bug fixes
44

5+
* robust problem matcher resolution; use Node 24 in workflows and dev; relax engines([4eea1f5](https://github.com/ofkm/gha-svelte-check/commit/4eea1f542c2b11b6ad66d8732ba085b6c0fa708f) by @kmendell)
6+
* ensure release script runs git-cliff with unreleased commits([75f6720](https://github.com/ofkm/gha-svelte-check/commit/75f6720a03577c1ea84bca18e524833fdcf470c3) by @kmendell)
7+
8+
### Chores
9+
10+
* align action to node20, ignore lib, update workflows, rebuild dist([672c8fb](https://github.com/ofkm/gha-svelte-check/commit/672c8fb580a0a3e7f77ae78b7b2714eb8b5ac0b1) by @kmendell)
11+
* integrate git-cliff release tooling([2362d57](https://github.com/ofkm/gha-svelte-check/commit/2362d5712b576f5fc34482a6b1f045908033da39) by @kmendell)
12+
13+
### Continuous integration
14+
15+
* add check-dist workflow, engines field, .nvmrc, mark dist as generated; align checkout to v5([ea4b9a3](https://github.com/ofkm/gha-svelte-check/commit/ea4b9a3f03bb35858343f68c1aca26567c4a5253) by @kmendell)
16+
* use Node 24 in all workflows; engines set to 24; checkout v5 in tests([07dae1d](https://github.com/ofkm/gha-svelte-check/commit/07dae1d88ee81b2c0515595fc502220869823933) by @kmendell)
17+
18+
19+
20+
**Full Changelog**: https://github.com/ofkm/gha-svelte-check/compare/v1.1.2...v1.1.3
21+
22+
## v1.1.3
23+
24+
### Bug fixes
25+
526
* robust problem matcher resolution; use Node 24 in workflows and dev; relax engines([4eea1f5](https://github.com/ofkm/gha-svelte-check/commit/4eea1f542c2b11b6ad66d8732ba085b6c0fa708f) by @kmendell)
627
* ensure release script runs git-cliff with unreleased commits([75f6720](https://github.com/ofkm/gha-svelte-check/commit/75f6720a03577c1ea84bca18e524833fdcf470c3) by @Kyle Mendell)
728

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gha-svelte-check",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "GitHub Action for running svelte-check with problem matcher",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)