Skip to content

Commit

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

### 🐛 Bug Fixes

* fix opening pdf in new window ([#216](#216)) ([f28a95f](f28a95f)), closes [#213](#213)
  • Loading branch information
semantic-release-bot committed Feb 27, 2023
1 parent f28a95f commit 8eacdcc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.2](https://github.com/myparcelnl/prestashop/compare/v1.8.1...v1.8.2) (2023-02-27)


### :bug: Bug Fixes

* fix opening pdf in new window ([#216](https://github.com/myparcelnl/prestashop/issues/216)) ([f28a95f](https://github.com/myparcelnl/prestashop/commit/f28a95f610f0b9da90ff03c3ca9b2b5974e15d09)), closes [#213](https://github.com/myparcelnl/prestashop/issues/213)

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


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myparcelnl/prestashop-module",
"version": "1.8.1",
"version": "1.8.2",
"license": "MIT",
"type": "prestashop-module",
"scripts": {
Expand Down
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.1",
"version": "1.8.2",
"private": true,
"repository": "github:myparcelnl/prestashop",
"license": "MIT",
Expand Down

0 comments on commit 8eacdcc

Please sign in to comment.