UNPKG

auto-dist-tag

Version:

Automatically rewrites the publishConfig.tag setting in your package.json file for you

35 lines (24 loc) 1.7 kB
# Changelog ## v2.1.1 (2021-04-10) #### :house: Internal * [#165](https://github.com/Turbo87/auto-dist-tag/pull/165) CI: Use `npm` for publishing ([@Turbo87](https://github.com/Turbo87)) * [#166](https://github.com/Turbo87/auto-dist-tag/pull/166) Adjust ignore files ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) ## v2.1.0 (2021-04-10) #### :house: Internal * [#164](https://github.com/Turbo87/auto-dist-tag/pull/164) Migrate from yarn to pnpm ([@Turbo87](https://github.com/Turbo87)) * [#141](https://github.com/Turbo87/auto-dist-tag/pull/141) Update dependency meow to v9 #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) ## v2.0.0 (2020-12-22) #### :boom: Breaking Change * [#123](https://github.com/Turbo87/auto-dist-tag/pull/123) Drop support for Node.js 6 and 8 ([@Turbo87](https://github.com/Turbo87)) #### :house: Internal * [#138](https://github.com/Turbo87/auto-dist-tag/pull/138) Simplify `write` conditions ([@Turbo87](https://github.com/Turbo87)) * [#135](https://github.com/Turbo87/auto-dist-tag/pull/135) Use async/await instead of Promise chains ([@Turbo87](https://github.com/Turbo87)) * [#126](https://github.com/Turbo87/auto-dist-tag/pull/126) Add `release-it` to simplify the release process ([@Turbo87](https://github.com/Turbo87)) * [#125](https://github.com/Turbo87/auto-dist-tag/pull/125) Replace TravisCI with GitHub Actions ([@Turbo87](https://github.com/Turbo87)) * [#124](https://github.com/Turbo87/auto-dist-tag/pull/124) Add Renovate config ([@Turbo87](https://github.com/Turbo87)) #### Committers: 1 - Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))