v3.0.6
chore(ci/cd): Added 'npm install' to publish workflow Currently the main problem is the 'prepare' script which is called via 'npm publish' since dev depenendencies are not installed during that call publishing fails. To mitigate that we now install all dependencies pre-publish.