Releases: algolia/shipjs
Releases · algolia/shipjs
v0.23.3
0.23.3 (2021-06-14)
Bug Fixes
- prepare: add missing version in the changelog (#954) (2a8e7c5)
v0.23.2
0.23.2 (2021-04-12)
Bug Fixes
- print out error when changelog fails (d40b041)
v0.23.1
0.23.1 (2021-03-09)
Bug Fixes
- prepare: allow shouldPrepare callback to run during --dry-run (#947) (8602ba0)
v0.23.0
0.23.0 (2020-11-06)
BREAKING CHANGE
If you don't use Ship.js in a monorepo, this breaking change doesn't affect you.
If you do, we have a good addition for you. Ship.js will update the versions of the dependencies in the monorepo. You can learn more from here.
Features
Bug Fixes
- specify path for changelog (#673) (74531a3)
- github-actions: use the
actions/github-script
action instead of the deprecated actions/github
action (#934) (4f56bdb)
v0.22.0
0.22.0 (2020-09-28)
Bug Fixes
Features
- understands
--config <FILE>
option in conventionalChangelogArgs
(#927) (06c7226)
v0.21.1
0.21.1 (2020-09-23)
Bug Fixes
- setup: add --tag to publish command in generated config (#916) (53121e2)
- trigger: replace yarn publish with npm publish (#919) (66149dc)
- trigger: set npm config to read NPM_AUTH_TOKEN (#923) (1c935a3)
v0.21.1-beta.1
Bug Fixes
- update registry before publish instead of using env var which didn't work (#921) (48f26bd)