Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

chore(main): release 2.8.3 #458

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.8.3](https://github.com/italia/pa-website-validator/compare/v2.8.2...v2.8.3) (2024-03-07)


### Bug Fixes

* aggiunti font lowercase ([4157889](https://github.com/italia/pa-website-validator/commit/4157889234055fabbe46bf4d2215fabc67110104))
* **C.SI.1.7:** add extra allowed title for second level pages ([8c3c93e](https://github.com/italia/pa-website-validator/commit/8c3c93ee20958be8d12500bf08482bde05396137))
* **C.SI.5.2:** add Pieve di Bono-Prezzo and Predaia domains ([cd7b327](https://github.com/italia/pa-website-validator/commit/cd7b327bc2fd0efbc76e2de51b8cbf91411b7c5b))
* set Italian as preferred languange in internal browser ([cbbd157](https://github.com/italia/pa-website-validator/commit/cbbd1576210f652c5f097b00ace62ed3d684228e))

## [2.8.2](https://github.com/italia/pa-website-validator/compare/v2.8.1...v2.8.2) (2024-02-05)


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": "pa-website-validator",
"version": "2.8.2",
"version": "2.8.3",
"author": "Presidenza del Consiglio dei Ministri",
"license": "BSD-3-Clause",
"description": "Applicativo desktop a supporto degli sviluppatori che aiuta a valutare la qualità dei siti istituzionali di Comuni e scuole.",
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const urlSchoolMsg =
const urlMunicipalityMsg =
"Inserisci la URL della pagina principale (homepage) del sito web del Comune includendo il protocollo (http:// o https://):";

const version = "2.8.2"; // x-release-please-version
const version = "2.8.3"; // x-release-please-version

console.log();
console.log();
Expand Down
Loading