Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #15 from bochaco/issue-14-upgrade-safeappnodejs
Browse files Browse the repository at this point in the history
chore/package: version change to 0.5.1 and upgrade @maidsafe/safe-node-app to v0.10.1
  • Loading branch information
hitman401 authored Dec 6, 2018
2 parents ba9ac1a + 8b4b0a1 commit f8c80c0
Show file tree
Hide file tree
Showing 5 changed files with 1,834 additions and 319 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# SAFE Hosting Manager App Change Log

## [Unreleased]
## [0.5.1] - 6-12-2018
### Changed
- Upgrade `@maidsafe/safe-node-app` to v0.10.1

### SAFE libraries dependencies
- @maidsafe/safe-node-app: v0.10.1

## [0.5.0] - 12-9-2018
### Changed
- Upgrade Node JS to ^8.0.0
- Upgrade electron to 1.8.8 which solves reported security vulnerabilities
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-hosting-manager",
"productName": "Web Hosting Manager",
"version": "0.5.0",
"version": "0.5.1",
"description": "Application to host web files in the SAFE Network",
"identifier": "net.maidsafe.examples.webhostingmanager",
"main": "./main.prod.js",
Expand All @@ -15,7 +15,7 @@
},
"license": "MIT",
"dependencies": {
"@maidsafe/safe-node-app": "git+https://github.com/maidsafe/safe_app_nodejs#dev",
"@maidsafe/safe-node-app": "0.10.1",
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"npm-font-open-sans": "^1.1.0",
Expand Down
Loading

0 comments on commit f8c80c0

Please sign in to comment.