Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.0](v1.8.2...v1.9.0) (2023-10-30)

### ✨ New Features

* add extra insurance options for be ([#212](#212)) ([8522446](8522446))

### 🐛 Bug Fixes

* fix error on order overview ([#227](#227)) ([8524c0e](8524c0e))
  • Loading branch information
semantic-release-bot committed Oct 30, 2023
1 parent e83ac2e commit 527fc20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/prestashop-module",
"version": "1.8.2",
"version": "1.9.0",
"license": "MIT",
"type": "prestashop-module",
"scripts": {
Expand All @@ -27,4 +27,4 @@
"config": {
"prepend-autoloader": false
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/prestashop-module",
"version": "1.8.2",
"version": "1.9.0",
"private": true,
"repository": "github:myparcelnl/prestashop",
"license": "MIT",
Expand Down

0 comments on commit 527fc20

Please sign in to comment.