File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,3 +104,24 @@ node_storage_manager allows you to switch between clients easily without reconfi
104104 createBucket ().catch (console .error );
105105
106106```
107+ ## Versioning
108+
109+ This library follows [ Semantic Versioning] ( http://semver.org/ ) .
110+
111+
112+ This library is considered to be ** General Availability (GA)** . This means it
113+ is stable; the code surface will not change in backwards-incompatible ways
114+ unless absolutely necessary (e.g. because of critical security issues) or with
115+ an extensive deprecation period. Issues and requests against ** GA** libraries
116+ are addressed with the highest priority.
117+
118+
119+ ## Contributing
120+
121+ Contributions welcome! See the [ Contributing Guide] ( https://github.com/9trocode/node_storage_manager/blob/master/CONTRIBUTING.md ) .
122+
123+ ## License
124+
125+ Apache Version 2.0
126+
127+ See [ LICENSE] ( https://github.com/9trocode/node_storage_manager/blob/master/LICENSE )
Original file line number Diff line number Diff line change 11{
22 "name" : " node_storage_manager" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.4 " ,
44 "description" : " A storage manager for nodejs" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments