Skip to content

Commit a770b19

Browse files
committed
Merge branch 'develop'
2 parents 2286088 + 02c9293 commit a770b19

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66

77
Official CloudEvents' SDK for JavaScript.
88

9-
<img src="https://raw.githubusercontent.com/cncf/artwork/master/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
9+
<img src="https://github.com/cncf/artwork/blob/master/projects/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
10+
11+
## Versioning
12+
13+
### Before Spec reaches 1.0
14+
15+
- `0.x.p`: where `x` relates to spec version and `p` relates to fixes, see
16+
[semver](https://semver.org/).
17+
18+
### After Spec reaches 1.0__
19+
20+
- `x.M.p`: where `x` relates to spec version, `M` relates to minor and `p` relates
21+
to fixes. See [semver](https://semver.org/)
1022

1123
## Installation
1224

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudevents-sdk",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "CloudEvents SDK for JavaScript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)