@hailer/mcp 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.0.4] - 28-11-2025
8
+
9
+ ### Added
10
+
11
+ - CHANGELOG.md for version tracking
12
+ - Release scripts (`npm run release:patch/minor/major`) with auto npm publish
13
+
7
14
  ## [0.0.3] - 28-11-2025
8
15
 
9
16
  ### Added
@@ -18,8 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
25
  - Nuclear tool safety with opt-in access model
19
26
  - Safety confirmations for destructive operations
20
27
  - Configurable paths for workspace configs and dev apps
21
- - CHANGELOG.md for version tracking
22
- - Release scripts (`npm run release:patch/minor/major`)
23
28
 
24
29
  ### Changed
25
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hailer/mcp",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "config": {
5
5
  "docker": {
6
6
  "registry": "registry.gitlab.com/hailer-repos/hailer-mcp"