Skip to content

Release v0.1.1

Compare
Choose a tag to compare
@fenying fenying released this 15 Dec 10:28
· 46 commits to master since this release
6feff4a

Changes

  • fix(cmd:install): did not save development dependencies to devDependencies.
  • fix(internal): error while reading omitted deps fields.
  • fix(internal): error while installing deps with tag.
  • feat(cmd:release): execute "ottoia:clean" before publish.
  • feat(cmd:release): added "--version" option to specify the target version.
  • feat(cmd:release): added hook "ottoia:prepare" between "ottoia:prepublish" and "npm publish".
  • feat(cmd:release): Use the version from root package for the new package.
  • feat(cmd:clean): Now hook "clean" will be executed only when hook "ottoia:prepare" does not exist.