Skip to content

Commit

Permalink
Merge pull request #306 from PerimeterX/release/v3.15.1
Browse files Browse the repository at this point in the history
release 3.15.1 to master
  • Loading branch information
chen-zimmer-px authored Jan 17, 2024
2 parents 95b5389 + ad22cd1 commit c073fa8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [3.15.0] - 2024-01-17
## [3.15.1] - 2024-01-17

### Added
- Removed support for header-based logger feature

## [3.15.0] - 2024-01-17 (removed)

## [3.14.0] - 2024-01-11

### Added
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) Shared base for NodeJS enforcers
=============================================================

> Latest stable version: [v3.15.0](https://www.npmjs.com/package/perimeterx-node-core)
> Latest stable version: [v3.15.1](https://www.npmjs.com/package/perimeterx-node-core)
This is a shared base implementation for PerimeterX Express enforcer and future NodeJS enforcers. For a fully functioning implementation example, see the [Node-Express enforcer](https://github.com/PerimeterX/perimeterx-node-express/) implementation.

Expand Down
4 changes: 2 additions & 2 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perimeterx-node-core",
"version": "3.15.0",
"version": "3.15.1",
"description": "PerimeterX NodeJS shared core for various applications to monitor and block traffic according to PerimeterX risk score",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c073fa8

Please sign in to comment.