Merge branch 'develop'
This commit is contained in:
commit
a770b19922
14
README.md
14
README.md
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudevents-sdk",
|
||||
"version": "0.2.0",
|
||||
"version": "0.2.1",
|
||||
"description": "CloudEvents SDK for JavaScript",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue