1.0.0 • Published 3 years ago

@zookal/logger v1.0.0

Weekly downloads
209
License
ISC
Repository
-
Last release
3 years ago

@zookal/logger

Summary - how to publish a new version:

  • Do whatever changes you need and create a new pull request to branch master.
  • As soon the PR has been reviewed and rebased to master you need to create a tag locally and push it to git, you can do that running something like:

    • git tag v.0.1.0
    • git push origin v.0.1.0