Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 8, 2024
1 parent eb51243 commit 5ea85c8
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "1.0.2" }
{ ".": "1.1.0" }
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/regseb/roadbook/compare/v1.0.2...v1.1.0) (2024-08-08)

### Features

- Gérer le ferry.
([d251fe5](https://github.com/regseb/roadbook/commit/d251fe5bc206ded3dad364739f8b4d7ead343b05))

### Bug Fixes

- Corriger l'icône du rond-point.
([53c97a5](https://github.com/regseb/roadbook/commit/53c97a590d69e6983c0b10fdb9cfc79f8582f087))

## [1.0.2](https://github.com/regseb/roadbook/compare/v1.0.1...v1.0.2) (2024-01-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roadbook",
"version": "1.0.2",
"version": "1.1.0",
"description": "WebExtension pour extraire un roadbook d'un itinéraire Google Maps.",
"keywords": [
"roadbook",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"manifest_version": 3,
"name": "Roadbook",
"version": "1.0.2",
"version": "1.1.0",
"page_action": {
"default_icon": "img/icon.svg",
"default_title": "__MSG_manifestPageActionTitle__",
Expand Down

0 comments on commit 5ea85c8

Please sign in to comment.