chore(release): Release version 7.0.1 of the npm package

This commit is contained in:
Joachim Van Herwegen 2023-10-20 15:53:47 +02:00
parent 61b8d4a7e8
commit 6f341a839f
3 changed files with 14 additions and 3 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [7.0.1](https://github.com/CommunitySolidServer/CommunitySolidServer/compare/v7.0.0...v7.0.1) (2023-10-20)
### Fixes
* Remove duplicate identifier reference when disabling accounts ([f1fdbb0](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/f1fdbb05b2575a56dbab4ed9ba38e8d31cfa65d8))
### Documentation
* Fix incorrect variable in documentation ([61b8d4a](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/61b8d4a7e85c16580158f06cf25b6c3059ffe224))
* Update v6 references ([762d703](https://github.com/CommunitySolidServer/CommunitySolidServer/commit/762d703df7d0f178cdbd0b53b21ef7ef9b2d4919))
## [7.0.0](https://github.com/CommunitySolidServer/CommunitySolidServer/compare/v6.1.0...v7.0.0) (2023-10-19) ## [7.0.0](https://github.com/CommunitySolidServer/CommunitySolidServer/compare/v6.1.0...v7.0.0) (2023-10-19)
### Features ### Features

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@solid/community-server", "name": "@solid/community-server",
"version": "7.0.0", "version": "7.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@solid/community-server", "name": "@solid/community-server",
"version": "7.0.0", "version": "7.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@comunica/context-entries": "^2.8.2", "@comunica/context-entries": "^2.8.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@solid/community-server", "name": "@solid/community-server",
"version": "7.0.0", "version": "7.0.1",
"description": "Community Solid Server: an open and modular implementation of the Solid specifications", "description": "Community Solid Server: an open and modular implementation of the Solid specifications",
"keywords": [ "keywords": [
"solid", "solid",