Skip to content

Commit 7217eab

Browse files
committed
Finalized Readme.md package descriptions
1 parent bc923ba commit 7217eab

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)