Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MitMaro committed Nov 18, 2018
1 parent 094071c commit 9807e18
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2018-11-18
### Added
- deprecation notice

## [1.0.1] - 2017-05-27
### Fixed
- memory leak caused by not releasing socket.io sockets
Expand All @@ -28,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial project release

[Unreleased]: https://github.com/MitMaro/node-server-shutdown/compare/1.0.1...HEAD
[Unreleased]: https://github.com/MitMaro/node-server-shutdown/compare/2.0.0...HEAD
[2.0.0]: https://github.com/MitMaro/node-server-shutdown/compare/1.0.1...2.0.0
[1.0.1]: https://github.com/MitMaro/node-server-shutdown/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/MitMaro/node-server-shutdown/compare/0.3.0...1.0.0
[0.3.0]: https://github.com/MitMaro/node-server-shutdown/compare/0.2.0...0.3.0
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "server-shutdown",
"version": "1.0.1",
"version": "2.0.0",
"description": "Gracefully shutdown any number of HTTP and WebSocket servers in node",
"main": "src/server-shutdown.js",
"files": [
Expand Down

0 comments on commit 9807e18

Please sign in to comment.