Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# safe_app nodejs Change Log
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.11.1](https://github.com/maidsafe/safe_app_nodejs/compare/v0.11.0...v0.11.1) (2019-04-10)


### Bug Fixes

* **weak:** Weak refs via weak-napi. Remove 'weak' ([2aee334](https://github.com/maidsafe/safe_app_nodejs/commit/2aee334))



## [0.11.0] - 22-3-2019

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maidsafe/safe-node-app",
"version": "0.11.0",
"version": "0.11.1",
"description": "A safe_app library for Node.js",
"license": "(MIT OR BSD-3-Clause)",
"main": "src/index.js",
Expand Down