Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

38 lines (20 loc) · 1.88 KB

Change Log (Archived)

See releases for current change log.


All notable changes will be documented in this file. NPM Publish adheres to Semantic Versioning.

v1.4.0 (2020-10-02)

  • Added support NPM's --tag argument, which allows packages to be published to a named tag that can then be installed using npm install <package-name>@<tag>

  • Added support for NPM's --access argument, which controls whether scoped packages are publicly accessible, or restricted to members of your NPM organization

Full Changelog

v1.3.0 (2020-10-01)

  • NPM-Publish can now successfully publish a brand-new package to NPM. Previously it failed because it couldn't determine the previous package version. (PR #12 from @ZitRos)

Full Changelog

v1.2.0 (2020-07-23)

  • Added support for running NPM in "dry run" mode, which doesn't actually publish, but reports details of what would have been published.

Full Changelog

v1.1.0 (2020-03-29)

  • FIX: The configured NPM registry and token are now used all NPM commands, not just for publishing. This ensures that npm-publish works with private packages and custom registries

Full Changelog

v1.0.0 (2020-01-21)

Initial release 🎉