From 527fc209d5119142c457ce1afdb9b30138cc3814 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Oct 2023 13:31:20 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] ## [1.9.0](https://github.com/myparcelnl/prestashop/compare/v1.8.2...v1.9.0) (2023-10-30) ### :sparkles: New Features * add extra insurance options for be ([#212](https://github.com/myparcelnl/prestashop/issues/212)) ([8522446](https://github.com/myparcelnl/prestashop/commit/8522446d416db7bdee86d41f3321e0537664e8f6)) ### :bug: Bug Fixes * fix error on order overview ([#227](https://github.com/myparcelnl/prestashop/issues/227)) ([8524c0e](https://github.com/myparcelnl/prestashop/commit/8524c0e86ae5f4852e5b4ffb89ba253a8e01a157)) --- CHANGELOG.md | 12 ++++++++++++ composer.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02da014b..1fda2a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.0](https://github.com/myparcelnl/prestashop/compare/v1.8.2...v1.9.0) (2023-10-30) + + +### :sparkles: New Features + +* add extra insurance options for be ([#212](https://github.com/myparcelnl/prestashop/issues/212)) ([8522446](https://github.com/myparcelnl/prestashop/commit/8522446d416db7bdee86d41f3321e0537664e8f6)) + + +### :bug: Bug Fixes + +* fix error on order overview ([#227](https://github.com/myparcelnl/prestashop/issues/227)) ([8524c0e](https://github.com/myparcelnl/prestashop/commit/8524c0e86ae5f4852e5b4ffb89ba253a8e01a157)) + ### [1.8.2](https://github.com/myparcelnl/prestashop/compare/v1.8.1...v1.8.2) (2023-02-27) diff --git a/composer.json b/composer.json index 9757c700..014a1189 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/prestashop-module", - "version": "1.8.2", + "version": "1.9.0", "license": "MIT", "type": "prestashop-module", "scripts": { @@ -27,4 +27,4 @@ "config": { "prepend-autoloader": false } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 7f480613..0ed6f600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/prestashop-module", - "version": "1.8.2", + "version": "1.9.0", "private": true, "repository": "github:myparcelnl/prestashop", "license": "MIT",