mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
docs: add v2.33.1 entry to root CHANGELOG.md
The v2.33.1 release notes were added to docs/CHANGELOG.md instead of the root CHANGELOG.md which has the complete version history. Conceived by Romuald Czlonkowski - www.aiadvisors.pl/en Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.33.1] - 2026-01-12
|
||||
|
||||
### Fixed
|
||||
|
||||
- **Docker image version mismatch bug**: Docker images were built with stale `package.runtime.json` (v2.29.5) while npm package was at v2.33.0
|
||||
- Root cause: `build-docker` job in `release.yml` did not sync `package.runtime.json` version before building
|
||||
- The `publish-npm` job synced the version, but both jobs ran in parallel, so Docker got the stale version
|
||||
- Added "Sync runtime version" step to `release.yml` `build-docker` job
|
||||
- Added "Sync runtime version" step to `docker-build.yml` `build` and `build-railway` jobs
|
||||
- All Docker builds now sync `package.runtime.json` version from `package.json` before building
|
||||
|
||||
## [2.33.0] - 2026-01-08
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user