Azure / azure-relay-node

☁️Node.js library for Azure Relay Hybrid Connections
https://docs.microsoft.com/en-us/azure/service-bus-relay/relay-what-is-it
MIT License
12 stars 14 forks source link

update version to 1.4.1 #39

Closed bainian12345 closed 4 years ago

bainian12345 commented 4 years ago

Description

This checklist is used to make sure that common guidelines for a pull request are followed.

dlstucki commented 4 years ago

This checklist is used to make sure that common guidelines for a pull request are followed.

  • [x] I have read the contribution guidelines.
  • [ ] Title of the pull request is clear and informative.
  • [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR.
  • [ ] The pull request does not introduce breaking changes (unless a major version change occurs in the assembly and module).
  • [ ] If applicable, the public code is properly documented.
  • [ ] The code builds without any errors.

Do you know you can put 'X's into these boxes? You're supposed to put an 'x' into each to say you've done your due dilligence...