Skip to content

Commit

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

## [0.13.0](https://github.com/regseb/gout/compare/v0.12.1...v0.13.0) (2024-11-09)

### Features

- Simplifier les images SVG.
([75b0ec7](https://github.com/regseb/gout/commit/75b0ec7b16137c074f21de62d0afd34b744599bc))
- **tools/filter:** Ajouter le support des RegExp.
([f1dce28](https://github.com/regseb/gout/commit/f1dce28a5af028e6bd5e92acceb1821b110864d8))

### Bug Fixes

- Gérer les différents cas pour modifier les entêtes.
([06ea93b](https://github.com/regseb/gout/commit/06ea93b0fa202297a88c2859c774aaa1657975af))
- **list/rss:** Récupérer les données dans "updated".
([48ae531](https://github.com/regseb/gout/commit/48ae5313d7c65176ac9db1fe61ebfcc85801401f))

## [0.12.1](https://github.com/regseb/gout/compare/v0.12.0...v0.12.1) (2024-08-11)

### 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": "gout",
"version": "0.12.1",
"version": "0.13.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.12.1",
"version": "0.13.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.12.1",
"version": "0.13.0",
"browser_action": {
"default_icon": {
"16": "img/icon16.png",
Expand Down

0 comments on commit d5cfcc1

Please sign in to comment.