Merge branch 'develop'

This commit is contained in:
Fabio José 2019-05-24 09:38:00 -03:00
commit a770b19922
2 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,19 @@
Official CloudEvents' SDK for JavaScript.
<img src="https://raw.githubusercontent.com/cncf/artwork/master/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
<img src="https://github.com/cncf/artwork/blob/master/projects/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
## Versioning
### Before Spec reaches 1.0
- `0.x.p`: where `x` relates to spec version and `p` relates to fixes, see
[semver](https://semver.org/).
### After Spec reaches 1.0__
- `x.M.p`: where `x` relates to spec version, `M` relates to minor and `p` relates
to fixes. See [semver](https://semver.org/)
## Installation

View File

@ -1,6 +1,6 @@
{
"name": "cloudevents-sdk",
"version": "0.2.0",
"version": "0.2.1",
"description": "CloudEvents SDK for JavaScript",
"main": "index.js",
"scripts": {