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

Commit

Permalink
chore(main): release 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and tensor5 committed Aug 1, 2024
1 parent d04663c commit 5a8cdda
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
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-08-01)


### 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

0 comments on commit 5a8cdda

Please sign in to comment.