Skip to content

Commit bd24a5c

Browse files
chore(release): 1.4.1 🚀
1 parent b3912cd commit bd24a5c

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [1.4.1](https://github.com/programinglive/dev-workflow-mcp-server/compare/v1.4.0...v1.4.1) (2025-11-27)
6+
7+
8+
### 🐛 Bug Fixes
9+
10+
* update build test to include postbuild ([b1e2f48](https://github.com/programinglive/dev-workflow-mcp-server/commit/b1e2f481334df825109e3f2934c88b8f14c1b4d0))
11+
12+
13+
### ✨ Features
14+
15+
* add custom server.js for Plesk ([b3912cd](https://github.com/programinglive/dev-workflow-mcp-server/commit/b3912cdaf50085ae30cab553a9ebac2b7281ee28))
16+
517
## [1.4.0](https://github.com/programinglive/dev-workflow-mcp-server/compare/v1.3.12...v1.4.0) (2025-11-26)
618

719

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programinglive/dev-workflow-mcp-server",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "MCP server to enforce development workflow discipline",
55
"homepage": "https://devworkflow.programinglive.com/",
66
"type": "module",
@@ -109,4 +109,4 @@
109109
}
110110
]
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)