From 4c058c306ebdbb4bcd5f4824cae4037b57e06027 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Thu, 19 Dec 2024 10:42:49 +0000 Subject: [PATCH] chore(release): 4.2.2 [skip ci] ## [4.2.2](https://github.com/myparcelnl/prestashop/compare/v4.2.1...v4.2.2) (2024-12-19) ### :bug: Bug Fixes * **audits:** prevent type error for id in model ([#291](https://github.com/myparcelnl/prestashop/issues/291)) ([24c1072](https://github.com/myparcelnl/prestashop/commit/24c1072b2cda43a27b4bad999f09133e2e499cd9)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ea6d41..c0fed6dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.2](https://github.com/myparcelnl/prestashop/compare/v4.2.1...v4.2.2) (2024-12-19) + + +### :bug: Bug Fixes + +* **audits:** prevent type error for id in model ([#291](https://github.com/myparcelnl/prestashop/issues/291)) ([24c1072](https://github.com/myparcelnl/prestashop/commit/24c1072b2cda43a27b4bad999f09133e2e499cd9)) + ## [4.2.1](https://github.com/myparcelnl/prestashop/compare/v4.2.0...v4.2.1) (2024-11-27) diff --git a/composer.json b/composer.json index 6102d343..28164e99 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/prestashop-module", - "version": "4.2.1", + "version": "4.2.2", "license": "MIT", "type": "prestashop-module", "require": { diff --git a/package.json b/package.json index d458d1aa..05763daf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-prestashop/monorepo", - "version": "4.2.1", + "version": "4.2.2", "private": true, "repository": "github:myparcelnl/prestashop", "license": "MIT",