From 82b5af7c20391ca654d2c7ab8d03574088b97e79 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:50:05 +0200 Subject: [PATCH] v1.3.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51237c..6d2fa10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.2] - 2024-06-07 + +### Commits + +- Move PHPStan and Psalm from vendor-bin directory. ([900dd94](https://github.com/pronamic/wp-number/commit/900dd944a8709ee7380e131963c0362481e9728a)) +- Coding standards. ([af59d9c](https://github.com/pronamic/wp-number/commit/af59d9ced7fdc99d29a8905001e34285c5e18439)) +- Added test for https://github.com/pronamic/wp-pronamic-pay-gravityforms/issues/40#issuecomment-2106892669. ([1bd35aa](https://github.com/pronamic/wp-number/commit/1bd35aacb21c7fb22ecb768f596ee853e1e3b2a9)) + +Full set of changes: [`1.3.1...1.3.2`][1.3.2] + +[1.3.2]: https://github.com/pronamic/wp-number/compare/v1.3.1...v1.3.2 + ## [1.3.1] - 2024-05-15 ### Commits diff --git a/package.json b/package.json index 0466021..4bac038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pronamic/wp-number", - "version": "1.3.1", + "version": "1.3.2", "description": "WordPress Number library.", "repository": { "type": "git",