Skip to content

Commit

Permalink
chore(release): 1.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.1](v1.14.0...v1.14.1) (2024-04-17)

### Bug Fixes

* **Ad:** Do not get seller phone if no containers detected ([9430b21](9430b21))
  • Loading branch information
semantic-release-bot committed Apr 17, 2024
1 parent 9430b21 commit 56ace69
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.14.1](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/compare/v1.14.0...v1.14.1) (2024-04-17)


### Bug Fixes

* **Ad:** Do not get seller phone if no containers detected ([9430b21](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/commit/9430b210bb8b5801e6be88c6100eca18fbd8facf))

# [1.14.0](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/compare/v1.13.0...v1.14.0) (2024-04-17)


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.14.0",
"version": "1.14.1",
"description": "PDF exporter for leboncoin.fr",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-chrome.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.14.0",
"version": "1.14.1",
"manifest_version": 3,
"icons": {
"512": "assets/icon.png"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest-firefox.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.14.0",
"version": "1.14.1",
"manifest_version": 2,
"icons": {
"512": "assets/icon.png"
Expand Down

0 comments on commit 56ace69

Please sign in to comment.