Skip to content

Commit

Permalink
chore(main): release 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 5, 2024
1 parent fe73d2c commit 668c614
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
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.2](https://github.com/italia/pa-website-validator/compare/v2.8.1...v2.8.2) (2024-02-05)


### Bug Fixes

* **C.SC.1.5:** case insensitive match ([594da46](https://github.com/italia/pa-website-validator/commit/594da46355cd6f7c142e05e148d2817e291f17c0))
* **C.SI.5.2:** add missing domains ([fe73d2c](https://github.com/italia/pa-website-validator/commit/fe73d2cc2cdd0c05ddb5f9ca0561809a58711e72))
* **C.SI.5.2:** add missing domains ([6a5a22f](https://github.com/italia/pa-website-validator/commit/6a5a22fc313ed2687d325720187c82d44ec63467))
* handle non semantic versioning ([53661d5](https://github.com/italia/pa-website-validator/commit/53661d5ccdb0fefc481357dc230bce24a24e7e72))

## [2.8.1](https://github.com/italia/pa-website-validator/compare/v2.8.0...v2.8.1) (2023-12-21)


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

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

0 comments on commit 668c614

Please sign in to comment.