Skip to content

Commit d5cfcc1

Browse files
chore(main): release 0.13.0 (#20)
1 parent c4a57a4 commit d5cfcc1

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

.release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.12.1" }
1+
{ ".": "0.13.0" }

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.13.0](https://github.com/regseb/gout/compare/v0.12.1...v0.13.0) (2024-11-09)
4+
5+
### Features
6+
7+
- Simplifier les images SVG.
8+
([75b0ec7](https://github.com/regseb/gout/commit/75b0ec7b16137c074f21de62d0afd34b744599bc))
9+
- **tools/filter:** Ajouter le support des RegExp.
10+
([f1dce28](https://github.com/regseb/gout/commit/f1dce28a5af028e6bd5e92acceb1821b110864d8))
11+
12+
### Bug Fixes
13+
14+
- Gérer les différents cas pour modifier les entêtes.
15+
([06ea93b](https://github.com/regseb/gout/commit/06ea93b0fa202297a88c2859c774aaa1657975af))
16+
- **list/rss:** Récupérer les données dans "updated".
17+
([48ae531](https://github.com/regseb/gout/commit/48ae5313d7c65176ac9db1fe61ebfcc85801401f))
18+
319
## [0.12.1](https://github.com/regseb/gout/compare/v0.12.0...v0.12.1) (2024-08-11)
420

521
### Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gout",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "Agrégateur d'Internet (flux RSS et tout le reste).",
55
"keywords": [
66
"gout",

src/extension/chromium/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"manifest_version": 3,
99
"name": "Gout",
10-
"version": "0.12.1",
10+
"version": "0.13.0",
1111
"action": {
1212
"default_icon": {
1313
"16": "img/icon16.png",

src/extension/firefox/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"manifest_version": 2,
99
"name": "Gout",
10-
"version": "0.12.1",
10+
"version": "0.13.0",
1111
"browser_action": {
1212
"default_icon": {
1313
"16": "img/icon16.png",

0 commit comments

Comments
 (0)