Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2024
1 parent 29c0c0b commit 1778121
Show file tree
Hide file tree
Showing 5 changed files with 11 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.1" }
{ ".": "1.0.2" }
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

### Bug Fixes

- Activer l'extension sur toutes les langues de Google Maps. ([9e3f990](https://github.com/regseb/roadbook/commit/9e3f990be1c885548319e5a6d3fa55551da76a96))

## [1.0.1](https://github.com/regseb/roadbook/compare/v1.0.0...v1.0.1) (2024-01-12)

### 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.1",
"version": "1.0.2",
"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": 2,
"name": "Roadbook",
"version": "1.0.1",
"version": "1.0.2",
"page_action": {
"default_icon": "img/icon.svg",
"default_title": "__MSG_manifestPageActionTitle__",
Expand Down

0 comments on commit 1778121

Please sign in to comment.