Release version 0.1.1 of the npm package.

This commit is contained in:
Ruben Verborgh 2020-09-03 15:41:04 +02:00
parent c3c4424636
commit e492f2e4a6
3 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,13 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
<a name="v0.1.1"></a>
## [v0.1.1](https://github.com/solid/community-server/compare/v0.1.0...v0.1.1) - 2020-09-03
### Fixed
* [docs: Copyfitting on README](https://github.com/solid/community-server/commit/c3c4424636620c468824f9374d1da4b1558fd5b2)
* [fix: Move dependencies to production](https://github.com/solid/community-server/commit/80aad8ab07811ef5070cadfb3b0aabdc6f4214c9)
<a name="v0.1.0"></a> <a name="v0.1.0"></a>
## [v0.1.0] - 2020-09-03 ## [v0.1.0] - 2020-09-03

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@solid/community-server", "name": "@solid/community-server",
"version": "0.1.0", "version": "0.1.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@solid/community-server", "name": "@solid/community-server",
"version": "0.1.0", "version": "0.1.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",