Skip to content

Commit

Permalink
chore(main): release 0.12.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 29, 2024
1 parent 20c55a5 commit e17e831
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ ".": "0.11.0" }
{ ".": "0.12.0" }
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.12.0](https://github.com/regseb/gout/compare/v0.11.0...v0.12.0) (2024-05-29)

### Features

- Fournir une extension pour Chromium. ([b1cec7e](https://github.com/regseb/gout/commit/b1cec7e8bd92fb3f27e2f6689076e7dd4c1fc662))
- Utiliser YAML pour les configurations. ([91b03ee](https://github.com/regseb/gout/commit/91b03eed5cbc4e8d5697863ddadd7792634f67b6))

### Bug Fixes

- Gérer la release avec deux extensions. ([20c55a5](https://github.com/regseb/gout/commit/20c55a51eb3e6d2cdbc7dbaab9b2819176f09cf1))

## [0.11.0](https://github.com/regseb/gout/compare/v0.10.0...v0.11.0) (2024-03-07)

### Features
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": "gout",
"version": "0.11.0",
"version": "0.12.0",
"description": "Agrégateur d'Internet (flux RSS et tout le reste).",
"keywords": [
"gout",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"manifest_version": 3,
"name": "Gout",
"version": "0.11.0",
"version": "0.12.0",
"action": {
"default_icon": {
"16": "img/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion src/extension/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"manifest_version": 2,
"name": "Gout",
"version": "0.11.0",
"version": "0.12.0",
"browser_action": {
"default_icon": {
"16": "img/icon16.png",
Expand Down

0 comments on commit e17e831

Please sign in to comment.