Skip to content

Commit 56f82e6

Browse files
committed
[RELEASE] 0.6.0
1 parent 25614ce commit 56f82e6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
# 0.6.0 (2020-05-25)
6+
57
### Added
68

79
- Summary Element to Element types

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following options are available as well the as the documented ones in each [
5050
git checkout master && git pull
5151
```
5252

53-
1. Run CLI `package-diff-summary {last-tag}`
53+
1. Run CLI `npx package-diff-summary {last-tag}`
5454

5555
1. Copy result (if there is one) under a _Dependencies_ heading in [Changelog](./CHANGELOG.md)
5656

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oneblink/sdk",
33
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
4-
"version": "0.5.1-beta.2",
4+
"version": "0.6.0",
55
"bugs": {
66
"url": "https://github.com/oneblink/sdk-js/issues"
77
},

0 commit comments

Comments
 (0)