Skip to content

Commit

Permalink
Merge pull request #158 from PerimeterX/release/v7.7.1
Browse files Browse the repository at this point in the history
Released version 7.7.1
  • Loading branch information
chen-zimmer-px authored Apr 2, 2023
2 parents 2ba9a47 + e572aad commit 72e25a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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/).

## [7.7.0] - 2023-03-28
## [7.7.1] - 2023-03-28

### Changed

- None

## [7.7.0] - 2023-03-28 (unpublished)

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# [PerimeterX](http://www.perimeterx.com) Express.js Middleware

> Latest stable version: [v7.7.0](https://www.npmjs.com/package/perimeterx-node-express)
> Latest stable version: [v7.7.1](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
Expand Up @@ -4,7 +4,7 @@ const { PxEnforcer, PxCdFirstParty } = require('perimeterx-node-core');
const PxExpressClient = require('./pxclient');
const PxCdEnforcer = require('./pxcdenforcer');

const MODULE_VERSION = 'NodeJS Module v7.7.0';
const MODULE_VERSION = 'NodeJS Module v7.7.1';
const MILLISECONDS_IN_MINUTE = 60000;

function parseCookies(req, res) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perimeterx-node-express",
"version": "7.7.0",
"version": "7.7.1",
"description": "PerimeterX Express.js middleware to monitor and block traffic according to PerimeterX risk score",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion px_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.7.0",
"version": "7.7.1",
"supported_features": [
"additional_activity_handler",
"advanced_blocking_response",
Expand Down

0 comments on commit 72e25a7

Please sign in to comment.