v0.1.2
Patch release that fixes the Docker image build. Package code is otherwise identical to v0.1.1.
🐳 Fix
- Docker: the
Dockerfilestill used the pre-rename workspace name (yarn workspace dredd) and thenode_modules/dredd-transactionspath, so the v0.1.1 image failed to build (Unknown workspace "dredd"). Both are now scoped to@stacklych/dredd/@stacklych/dredd-transactions. The v0.1.1 npm packages were unaffected; this release exists so a working image ships.
📦 Published
- npm:
@stacklych/dredd@0.1.2,@stacklych/dredd-transactions@0.1.2 - Docker Hub:
stacklych/dredd:0.1.2,stacklych/dredd:0.1,stacklych/dredd:latest
Full changelog: v0.1.1...v0.1.2