Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed May 31, 2020
1 parent 11c538b commit 0379e9c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2020-05-31

### Fixed

- Only Exit nodes are added the list.

### Changed

- Upgrade dependencies

## [1.0.0] - 2020-03-21

### Added
Expand Down Expand Up @@ -40,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- License GPL-3.0
- Basic Package.json

[Unreleased]: https://github.com/ulisesgascon/tor-detect-middelware/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/ulisesgascon/tor-detect-middelware/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/ulisesgascon/tor-detect-middelware/compare/v1.0.1...v1.0.0
[1.0.0]: https://github.com/ulisesgascon/tor-detect-middelware/compare/v1.0.0...v0.0.1
[0.0.1]: https://github.com/ulisesgascon/tor-detect-middelware/releases/tag/v0.0.1
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tor-detect-middleware",
"version": "1.0.0",
"version": "1.0.1",
"description": "Tor detect middleware for Express",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 0379e9c

Please sign in to comment.