File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Official CloudEvents' SDK for JavaScript.
8
8
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/ )
10
22
11
23
## Installation
12
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cloudevents-sdk" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " CloudEvents SDK for JavaScript" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments