Skip to content

Commit 5ea85c8

Browse files
chore(main): release 1.1.0 (#4)
1 parent eb51243 commit 5ea85c8

5 files changed

Lines changed: 17 additions & 5 deletions

File tree

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "1.0.2" }
1+
{ ".": "1.1.0" }

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/regseb/roadbook/compare/v1.0.2...v1.1.0) (2024-08-08)
4+
5+
### Features
6+
7+
- Gérer le ferry.
8+
([d251fe5](https://github.com/regseb/roadbook/commit/d251fe5bc206ded3dad364739f8b4d7ead343b05))
9+
10+
### Bug Fixes
11+
12+
- Corriger l'icône du rond-point.
13+
([53c97a5](https://github.com/regseb/roadbook/commit/53c97a590d69e6983c0b10fdb9cfc79f8582f087))
14+
315
## [1.0.2](https://github.com/regseb/roadbook/compare/v1.0.1...v1.0.2) (2024-01-29)
416

517
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roadbook",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "WebExtension pour extraire un roadbook d'un itinéraire Google Maps.",
55
"keywords": [
66
"roadbook",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"manifest_version": 3,
99
"name": "Roadbook",
10-
"version": "1.0.2",
10+
"version": "1.1.0",
1111
"page_action": {
1212
"default_icon": "img/icon.svg",
1313
"default_title": "__MSG_manifestPageActionTitle__",

0 commit comments

Comments
 (0)