From 1f080f7ef4f134c3c4bbce023676e17eafa4e840 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 15 May 2024 15:24:39 +0200 Subject: [PATCH] v1.2.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551affa..359b433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.3] - 2024-05-15 + +### Commits + +- Fixed "It is recommended not to use reserved keyword "array" as". ([a71a7e4](https://github.com/pronamic/wp-http/commit/a71a7e4301c924712714690553c1e5360d9909e9)) +- Fixed "All output should be run through an escaping function" warnings. ([d8651c6](https://github.com/pronamic/wp-http/commit/d8651c650403550d575f85eec74948457535b241)) + +Full set of changes: [`1.2.2...1.2.3`][1.2.3] + +[1.2.3]: https://github.com/pronamic/wp-http/compare/v1.2.2...v1.2.3 + ## [1.2.2] - 2023-03-27 ### Commits diff --git a/package.json b/package.json index 3013dd6..73d23d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pronamic/wp-http", - "version": "1.2.2", + "version": "1.2.3", "description": "WordPress HTTP library.", "repository": { "type": "git",