From 69d071e191e1d4f5cf0d38c9d84ea6c9d247f6ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 19:39:14 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 22 +++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cef13d..72bf2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.1.0](https://github.com/bibudem/corvee-bib/compare/v2.0.0...v2.1.0) (2024-01-09) + + +### Features + +* **filter:** Ajout de Microsoft à la liste des services d'authentification ([e2648c6](https://github.com/bibudem/corvee-bib/commit/e2648c66d4d0415e1b33ebd837782e3f9707be32)) +* **filter:** Ajout de patrons d'URLs pour détecter des 404 ([31796c7](https://github.com/bibudem/corvee-bib/commit/31796c743893b183b89bb3ced319ee42a1affd31)) +* **filter:** Retrait de la limite de rapports du filtre http-30x-https-upgrade-scrict ([5714661](https://github.com/bibudem/corvee-bib/commit/5714661708d326cc90167a209395e960feabef88)) +* **harvester:** Exclusion des nouvelles du moissonnage ([b4e4509](https://github.com/bibudem/corvee-bib/commit/b4e45094673347c81a31ee14eff404869833bced)) +* **harvester:** Ne pas moissonner dans les URLs internes à TYPO3 (https://bib.umontreal.ca/index.php?id=) ([5ea57d6](https://github.com/bibudem/corvee-bib/commit/5ea57d68d721df2afa33cad528db1e45ab680902)) +* **harvester:** Ne pas moissonner les liens de la section de développement de l'édimestre ([125b673](https://github.com/bibudem/corvee-bib/commit/125b6731623854101dcd71b972f2f66b0681f4aa)) +* **harvester:** Ne pas moissonner les pages situées sur docs.bib.umontreal.ca ([8a0b88e](https://github.com/bibudem/corvee-bib/commit/8a0b88e663423466e00cec3395fad2efcabad8e4)) +* **sections:** Ajout d'une section "Autres" ([58c039b](https://github.com/bibudem/corvee-bib/commit/58c039b31f04a949734fc815ce71132bb1d4c656)) + + +### Bug Fixes + +* **parser:** Amélioration de l'extraction du texte des liens ([35a0c8d](https://github.com/bibudem/corvee-bib/commit/35a0c8d0a456fdb6c7c955cb75a28c8529d4edaf)) +* **parser:** Les liens dans les fils RSS (LibGuides) n'étaient pas toujours exclus. ([a8b28fa](https://github.com/bibudem/corvee-bib/commit/a8b28fa61fc5f88d47eb0b0b6de639719ead50aa)) +* **parser:** Misc ([b6fb7ac](https://github.com/bibudem/corvee-bib/commit/b6fb7ac46900872f21d4648f4dcb594217449ea1)) + ## [2.0.0](https://github.com/bibudem/corvee-bib/compare/2.0.0-beta.7...v2.0.0) (2023-06-13) @@ -12,4 +33,3 @@ ### Miscellaneous Chores * release 2.0.0 ([75f1fef](https://github.com/bibudem/corvee-bib/commit/75f1fefecad999d9ffb89aac0ea316c6721b80e6)) - diff --git a/package-lock.json b/package-lock.json index 9303aed..d36ae83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "corvee-bib", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "corvee-bib", - "version": "2.0.0", + "version": "2.1.0", "license": "ISC", "dependencies": { "algoliasearch": "^4.17.2", diff --git a/package.json b/package.json index 05776fe..e548ced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corvee-bib", - "version": "2.0.0", + "version": "2.1.0", "description": "", "type": "module", "exports": "./index.js",