Skip to content

Commit 35f4d74

Browse files
committed
chore(release): v0.5.5
1 parent 5dbec56 commit 35f4d74

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.changeset/workflow-improvements.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# agentic-node-ts-starter
22

3+
## 0.5.5
4+
5+
### Patch Changes
6+
7+
- [#52](https://github.com/sapientpants/agentic-node-ts-starter/pull/52) [`5dbec56`](https://github.com/sapientpants/agentic-node-ts-starter/commit/5dbec56313cee920273ebf2cfea30b08551841f9) Thanks [@sapientpants](https://github.com/sapientpants)! - Optimize GitHub Actions workflows for better performance and maintainability
8+
- Extract reusable workflows for setup, validation, and security scanning
9+
- Parallelize PR validation jobs for ~50% faster feedback
10+
- Simplify publish workflow by removing unnecessary matrix strategy
11+
- Fix publish workflow to properly handle secrets in conditions
12+
- Reduce overall workflow code by ~25% through DRY principles
13+
314
## 0.5.4
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-node-ts-starter",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"private": true,
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)