Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.8.1](v1.8.0...v1.8.1) (2023-02-08)

### 🐛 Bug Fixes

* fix fatal error in weight service ([3b0eb49](3b0eb49)), closes [#209](#209)
  • Loading branch information
semantic-release-bot committed Feb 8, 2023
1 parent 3b0eb49 commit 5a1129f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### [1.8.1](https://github.com/myparcelnl/prestashop/compare/v1.8.0...v1.8.1) (2023-02-08)


### :bug: Bug Fixes

* fix fatal error in weight service ([3b0eb49](https://github.com/myparcelnl/prestashop/commit/3b0eb498bdf6f4e92c4d74be73af1ffc3134f8ab)), closes [#209](https://github.com/myparcelnl/prestashop/issues/209)

## [1.8.0](https://github.com/myparcelnl/prestashop/compare/v1.7.2...v1.8.0) (2023-02-06)


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.0",
"version": "1.8.1",
"license": "MIT",
"type": "prestashop-module",
"scripts": {
Expand All @@ -27,4 +27,4 @@
"config": {
"prepend-autoloader": false
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/prestashop-module",
"version": "1.8.0",
"version": "1.8.1",
"private": true,
"repository": "github:myparcelnl/prestashop",
"license": "MIT",
Expand Down Expand Up @@ -50,4 +50,4 @@
"@myparcel/eslint-config": "^3.4.2"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 5a1129f

Please sign in to comment.