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

chore(main): release 2.10.1 #498

Merged
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
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.10.1](https://github.com/italia/pa-website-validator/compare/v2.10.0...v2.10.1) (2024-07-30)


### Bug Fixes

* **C.SC.1.3,C.SI.1.4:** ignore non-string contents ([28b5771](https://github.com/italia/pa-website-validator/commit/28b5771ecb24d36015f5538a28fc02f238febaf5))
* **C.SI.1.3:** increase timeout ([5b6dd80](https://github.com/italia/pa-website-validator/commit/5b6dd8046f64f1d55f708d43fd51ffb1e89c3afd))
* **C.SI.5.2:** remove `www` only at the beginning of a URL ([87dc14d](https://github.com/italia/pa-website-validator/commit/87dc14dcc56755769ee77821023cd55278d95836))

## [2.10.0](https://github.com/italia/pa-website-validator/compare/v2.9.0...v2.10.0) (2024-06-06)


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.10.0",
"version": "2.10.1",
"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.10.0"; // x-release-please-version
const version = "2.10.1"; // x-release-please-version

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