From c4df54dd886e8c8d88899462b7db10ec2eb48a6b Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 25 Mar 2024 14:10:35 +0100 Subject: [PATCH] chore(release): Release version 7.0.5 of the npm package --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 529b4eb7b..8d83164e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. +## [7.0.5](https://github.com/CommunitySolidServer/CommunitySolidServer/compare/v7.0.4...v7.0.5) (2024-03-25) + +### Fixes + +* Allow path segments to start with 2 or more dots ([6fe6b6e](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/6fe6b6ec89cfa3c1005ca4cf2219fc77de3fb975)) +* Add priorities to RDF types when converting ([33e9ae4](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/33e9ae41916c9de0638709b02c42936e53d49414)) +* Extract root as possible pod when using subdomains ([8fff08a](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/8fff08a9b60a11c7a7f313c540d9f28a2f96ebc0)) +* Prevent error when switching accounts ([68975e6](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/68975e6627416c248d82150692199db8a5fd0d31)) +* Keep content-type when using metadata templates ([137027e](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/137027e421da9ffa2d2bbc23c08b2a47d4abd328)) + ## [7.0.4](https://github.com/CommunitySolidServer/CommunitySolidServer/compare/v7.0.3...v7.0.4) (2024-02-07) ### Chores diff --git a/package-lock.json b/package-lock.json index 9ea5f24e5..47ff48ea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@solid/community-server", - "version": "7.0.4", + "version": "7.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@solid/community-server", - "version": "7.0.4", + "version": "7.0.5", "license": "MIT", "dependencies": { "@comunica/context-entries": "^2.8.2", diff --git a/package.json b/package.json index c586e49da..4ff9a9e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solid/community-server", - "version": "7.0.4", + "version": "7.0.5", "description": "Community Solid Server: an open and modular implementation of the Solid specifications", "license": "MIT", "homepage": "https://github.com/CommunitySolidServer/CommunitySolidServer#readme",