Skip to content

Commit

Permalink
chore(release): 1.13.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0](v1.12.17...v1.13.0) (2024-03-26)

### Features

* **Ad:** Add price per square meter for real estates ads ([50ef827](50ef827)), closes [#385](#385)
* Upgrade to manifest v3 ([13293e1](13293e1)), closes [#376](#376)

### Performance Improvements

* Move from yarn to pnpm + Update CD workflows ([bd13e62](bd13e62))
* Update dependencies to lates + Add prettier ([215f309](215f309))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent 0411b95 commit 2ef05e7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.13.0](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/compare/v1.12.17...v1.13.0) (2024-03-26)


### Features

* **Ad:** Add price per square meter for real estates ads ([50ef827](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/commit/50ef82785b6c6cd6ffc3c3d74a1c738855516745)), closes [#385](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/issues/385)
* Upgrade to manifest v3 ([13293e1](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/commit/13293e16d8cf331b2b5f13940d6e54cf57420f2e)), closes [#376](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/issues/376)


### Performance Improvements

* Move from yarn to pnpm + Update CD workflows ([bd13e62](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/commit/bd13e626cf4eb1557c7bf6c1737b268fec122ba1))
* Update dependencies to lates + Add prettier ([215f309](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/commit/215f309d4998fc99d5a483829b117134a113c293))

## [1.12.17](https://github.com/bamdadsabbagh/leboncoin-pdf-ext/compare/v1.12.16...v1.12.17) (2022-04-18)


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.17",
"version": "1.13.0",
"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.12.17",
"version": "1.13.0",
"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.12.17",
"version": "1.13.0",
"manifest_version": 2,
"icons": {
"512": "assets/icon.png"
Expand Down

0 comments on commit 2ef05e7

Please sign in to comment.