From 5901649e7e3b1b6666d8f2702238a28c219a36ed Mon Sep 17 00:00:00 2001 From: Noemi <45180344+unflxw@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:19:10 +0100 Subject: [PATCH] Publish package v3.5.5 Update version number and CHANGELOG.md. --- ...ue-when-sanitising--insert-into-----values--queries.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changesets/fix-a-performance-issue-when-sanitising--insert-into-----values--queries.md diff --git a/.changesets/fix-a-performance-issue-when-sanitising--insert-into-----values--queries.md b/.changesets/fix-a-performance-issue-when-sanitising--insert-into-----values--queries.md deleted file mode 100644 index 90059c5b..00000000 --- a/.changesets/fix-a-performance-issue-when-sanitising--insert-into-----values--queries.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -bump: patch -type: fix -integrations: all ---- - -Fix a performance issue when sanitising `INSERT INTO ... VALUES` queries. diff --git a/CHANGELOG.md b/CHANGELOG.md index c42a3d04..90af7a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # AppSignal for Node.js Changelog +## 3.5.5 + +_Published on 2024-12-20._ + +### Fixed + +- Fix a performance issue when sanitising `INSERT INTO ... VALUES` queries. (patch [9772e93](https://github.com/appsignal/appsignal-nodejs/commit/9772e9316db5fb7c73cdf29dd9441708ea65cf74)) + ## 3.5.4 _Published on 2024-11-22._ diff --git a/package.json b/package.json index 0e116d3f..675fa887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appsignal/nodejs", - "version": "3.5.4", + "version": "3.5.5", "main": "dist/index", "types": "dist/index", "license": "MIT",