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

Commit

Permalink
chore/package: Version change to 0.7.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Jan 29, 2018
1 parent 3715159 commit ffdb380
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
@@ -1,6 +1,6 @@
# safe_app nodejs Change Log

## [Unreleased]
## [0.7.0] - 29-1-2018
### Fixed
- Minor corrections to documentation snippet code and README
- Upgrade istanbul library to support async/await and remove errors when getting testing coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@maidsafe/safe-node-app",
"version": "0.6.1",
"version": "0.7.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2061,7 +2061,7 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
flush-write-stream@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.2.tgz#c81b90d8746766f1a609a46809946c45dd8ae417"
dependencies:
Expand Down Expand Up @@ -4081,7 +4081,7 @@ read-pkg@^3.0.0:
normalize-package-data "^2.3.2"
path-type "^3.0.0"

readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.2:
readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.4, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.1.4, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c"
dependencies:
Expand Down Expand Up @@ -5276,10 +5276,9 @@ vfile@^2.0.0:
vfile-message "^1.0.0"

vinyl-fs@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-3.0.1.tgz#74af5f6836a1cf414d35eeb3c10f2e65fc2a2c10"
version "3.0.2"
resolved "https://registry.yarnpkg.com/vinyl-fs/-/vinyl-fs-3.0.2.tgz#1b86258844383f57581fcaac081fe09ef6d6d752"
dependencies:
flush-write-stream "^1.0.0"
fs-mkdirp-stream "^1.0.0"
glob-stream "^6.1.0"
graceful-fs "^4.0.0"
Expand All @@ -5288,6 +5287,7 @@ vinyl-fs@^3.0.0:
lead "^1.0.0"
object.assign "^4.0.4"
pumpify "^1.3.5"
readable-stream "^2.3.3"
remove-bom-buffer "^3.0.0"
remove-bom-stream "^1.2.0"
resolve-options "^1.1.0"
Expand Down

0 comments on commit ffdb380

Please sign in to comment.