Skip to content

Commit

Permalink
Merge pull request #93 from PerimeterX/dev
Browse files Browse the repository at this point in the history
Version 6.5.2
  • Loading branch information
Johnny Tordgeman authored Feb 11, 2020
2 parents 341ebe4 + e846bd1 commit 133cdb0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,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/).

## [6.5.2] - 2020-02-11
### Fixed
- Custom parameters for async activities.

## [6.5.1] - 2020-02-11
### Fixed
- Support for `originalRequest` in `enrichCustomParameters`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[PerimeterX](http://www.perimeterx.com) Express.js Middleware
=============================================================

> Latest stable version: [v6.5.1](https://www.npmjs.com/package/perimeterx-node-express)
> Latest stable version: [v6.5.2](https://www.npmjs.com/package/perimeterx-node-express)
Table of Contents
-----------------
Expand Down
2 changes: 1 addition & 1 deletion lib/pxenforcer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const MODULE_VERSION = 'NodeJS Module v6.5.1';
const MODULE_VERSION = 'NodeJS Module v6.5.2';
const PxExpressClient = require('./pxclient');
const PxEnforcer = require('perimeterx-node-core').PxEnforcer;
const cookieParser = require('cookie-parser');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perimeterx-node-express",
"version": "6.5.1",
"version": "6.5.2",
"description": "PerimeterX Express.js middleware to monitor and block traffic according to PerimeterX risk score",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/PerimeterX/perimeterx-node-express#readme",
"dependencies": {
"cookie-parser": "^1.4.1",
"perimeterx-node-core": "^2.6.1"
"perimeterx-node-core": "^2.6.2"
},
"devDependencies": {
"eslint": "^6.5.1",
Expand Down

0 comments on commit 133cdb0

Please sign in to comment.