From 125fe87efbb6fe51f809bbc7e20729d7939a6f50 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Wed, 18 Sep 2024 15:14:12 +0200 Subject: [PATCH] Prepare changelog for 2.2.6 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99697a4b..ab4764918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html The following changes have been implemented but not released yet: +## [2.2.6](https://github.com/inrupt/solid-client-authn-js/releases/tag/v2.2.6) - 2024-09-18 + +### Bugfix + +#### node and browser + +- Repository URL in `package.json` updated to set the `repository.type` property to `git`. This intends at +restoring the previous behavior of `npm view @inrupt/solid-client-authn repository.url`, expected to return +`git+https://github.com/inrupt/solid-client-authn-js.git`. + ## [2.2.5](https://github.com/inrupt/solid-client-authn-js/releases/tag/v2.2.5) - 2024-09-16 ### New Features