Skip to content

Commit

Permalink
chore(release): 1.12.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.4](v1.12.3...v1.12.4) (2022-02-10)

### Bug Fixes

* **Ad:** `price` prop can be missing, prevent those sad cases ([8caf4fb](8caf4fb))
  • Loading branch information
semantic-release-bot committed Feb 10, 2022
1 parent 1c2937e commit 1c28030
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
@@ -1,3 +1,10 @@
## [1.12.4](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/compare/v1.12.3...v1.12.4) (2022-02-10)


### Bug Fixes

* **Ad:** `price` prop can be missing, prevent those sad cases ([8caf4fb](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/commit/8caf4fb03621562444c35f0115915abd8b650f52))

## [1.12.3](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/compare/v1.12.2...v1.12.3) (2022-02-07)


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": "leboncoin-pdf-ext",
"version": "1.12.3",
"version": "1.12.4",
"description": "PDF exporter for leboncoin.fr",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "PDF Exporter for leboncoin.fr",
"short_name": "leboncoin-pdf",
"description": "PDF exporting Web Extension of classified ads listed on leboncoin.fr",
"version": "1.12.3",
"version": "1.12.4",
"manifest_version": 2,
"icons": {
"512": "assets/icon.png"
Expand Down

0 comments on commit 1c28030

Please sign in to comment.