Skip to content

Commit

Permalink
🤖: nextcloud, nuxt, squid
Browse files Browse the repository at this point in the history
nextcloud:
- Item root['releases']['30'] ({'name': '30', 'releaseDate': '2024-04-24', 'eol': '2025-04-30'}) added to dictionary.

nuxt:
- Item root['versions']['3.13.2'] ({'name': '3.13.2', 'date': '2024-09-15'}) added to dictionary.

squid:
- Item root['versions']['6.11'] ({'name': '6.11', 'date': '2024-09-15'}) added to dictionary.
  • Loading branch information
github-actions[bot] committed Sep 16, 2024
1 parent 950ee90 commit 45a0f22
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions releases/nextcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"releaseDate": "2016-03-08",
"eol": "2017-04-30"
},
"30": {
"name": "30",
"releaseDate": "2024-04-24",
"eol": "2025-04-30"
},
"29": {
"name": "29",
"releaseDate": "2024-04-24",
Expand Down
4 changes: 4 additions & 0 deletions releases/nuxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
}
},
"versions": {
"3.13.2": {
"name": "3.13.2",
"date": "2024-09-15"
},
"3.13.1": {
"name": "3.13.1",
"date": "2024-09-04"
Expand Down
4 changes: 4 additions & 0 deletions releases/squid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"releases": {},
"versions": {
"6.11": {
"name": "6.11",
"date": "2024-09-15"
},
"6.10": {
"name": "6.10",
"date": "2024-06-08"
Expand Down

0 comments on commit 45a0f22

Please sign in to comment.