Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.3.4

- [SECURITY] Redact the encryption master key value from config validation error messages (#239)
- [FIXED] Update CI Node.js test matrix to 18/20/22 and fix gyp build failure (#237)
- [CHANGED] Pin GitHub Actions to commit SHAs and bump actions/checkout, actions/setup-node, actions/stale, and softprops/action-gh-release

## 5.3.3

- [FIXED] Bump node-fetch to ^2.7.0, express to ^4.22.1, eslint to ^7.32.0, mocha to ^9.2.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pusher",
"description": "Node.js client to interact with the Pusher Channels REST API",
"version": "5.3.3",
"version": "5.3.4",
"author": "Pusher <support@pusher.com>",
"contributors": [
{
Expand Down