Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 962e7c9

Browse files
Merge pull request #159 from PerimeterX/release/v7.7.1
Release/v7.7.1 -> dev
2 parents f7c58ca + e572aad commit 962e7c9

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [7.7.0] - 2023-03-28
8+
## [7.7.1] - 2023-03-28
9+
10+
### Changed
11+
12+
- None
13+
14+
## [7.7.0] - 2023-03-28 (unpublished)
915

1016
### Added
1117

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

8-
> Latest stable version: [v7.7.0](https://www.npmjs.com/package/perimeterx-node-express)
8+
> Latest stable version: [v7.7.1](https://www.npmjs.com/package/perimeterx-node-express)
99
1010
## Table of Contents
1111

lib/pxenforcer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { PxEnforcer, PxCdFirstParty } = require('perimeterx-node-core');
44
const PxExpressClient = require('./pxclient');
55
const PxCdEnforcer = require('./pxcdenforcer');
66

7-
const MODULE_VERSION = 'NodeJS Module v7.7.0';
7+
const MODULE_VERSION = 'NodeJS Module v7.7.1';
88
const MILLISECONDS_IN_MINUTE = 60000;
99

1010
function parseCookies(req, res) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perimeterx-node-express",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "PerimeterX Express.js middleware to monitor and block traffic according to PerimeterX risk score",
55
"main": "index.js",
66
"directories": {

px_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.7.0",
2+
"version": "7.7.1",
33
"supported_features": [
44
"additional_activity_handler",
55
"advanced_blocking_response",

0 commit comments

Comments
 (0)