aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/0xjs/1.0.1/versioning.md
diff options
context:
space:
mode:
authorJacob Evans <dekz@dekz.net>2018-09-18 05:59:27 +0800
committerGitHub <noreply@github.com>2018-09-18 05:59:27 +0800
commit2378747570f4417908cbccda19db7554da319e8f (patch)
treed470268907021cc04e2da7e8cee83a0e41461ed3 /packages/website/md/docs/0xjs/1.0.1/versioning.md
parent074082ec945b89dba14315a5c9d715e77724566b (diff)
parent2df569b72727bf4face8ad5f223535657f99db39 (diff)
downloaddexon-sol-tools-2378747570f4417908cbccda19db7554da319e8f.tar
dexon-sol-tools-2378747570f4417908cbccda19db7554da319e8f.tar.gz
dexon-sol-tools-2378747570f4417908cbccda19db7554da319e8f.tar.bz2
dexon-sol-tools-2378747570f4417908cbccda19db7554da319e8f.tar.lz
dexon-sol-tools-2378747570f4417908cbccda19db7554da319e8f.tar.xz
dexon-sol-tools-2378747570f4417908cbccda19db7554da319e8f.tar.zst
dexon-sol-tools-2378747570f4417908cbccda19db7554da319e8f.zip
Merge pull request #1063 from 0xProject/feature/0x.js/update-readme-import
0xjs README/website docs update
Diffstat (limited to 'packages/website/md/docs/0xjs/1.0.1/versioning.md')
-rw-r--r--packages/website/md/docs/0xjs/1.0.1/versioning.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/md/docs/0xjs/1.0.1/versioning.md b/packages/website/md/docs/0xjs/1.0.1/versioning.md
new file mode 100644
index 000000000..6bae835d3
--- /dev/null
+++ b/packages/website/md/docs/0xjs/1.0.1/versioning.md
@@ -0,0 +1 @@
+Since v1.0.0, this package adheres to the [Semantic Versioning 2.0.0](http://semver.org/) specification. The library's public interface includes all the methods, properties and types included in the documentation. We will publish with a major version bump for any breaking change to the public interface, use a minor version bump when introducing new features in a backwards-compatible way, and patch versions when introducing backwards-compatible bug fixes. Because of this, we recommend you import `0x.js` with a caret `^1.0.0` to take advantage of non-breaking bug fixes.