aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-20 03:05:37 +0800
committerFabio Berger <me@fabioberger.com>2018-07-20 03:05:37 +0800
commite5c5b36a73aad7a84e9540d905bc568997d12c5b (patch)
treed421287ec329dae9800fb7a542a141d648638eaf /packages
parentc51f7a8375c970487a776f56edfc59f277144d44 (diff)
downloaddexon-sol-tools-e5c5b36a73aad7a84e9540d905bc568997d12c5b.tar
dexon-sol-tools-e5c5b36a73aad7a84e9540d905bc568997d12c5b.tar.gz
dexon-sol-tools-e5c5b36a73aad7a84e9540d905bc568997d12c5b.tar.bz2
dexon-sol-tools-e5c5b36a73aad7a84e9540d905bc568997d12c5b.tar.lz
dexon-sol-tools-e5c5b36a73aad7a84e9540d905bc568997d12c5b.tar.xz
dexon-sol-tools-e5c5b36a73aad7a84e9540d905bc568997d12c5b.tar.zst
dexon-sol-tools-e5c5b36a73aad7a84e9540d905bc568997d12c5b.zip
Specify exact version
Diffstat (limited to 'packages')
-rw-r--r--packages/website/md/docs/0xjs/2.0.0/versioning.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/md/docs/0xjs/2.0.0/versioning.md b/packages/website/md/docs/0xjs/2.0.0/versioning.md
index 5fe66ad9a..7f2b6fee9 100644
--- a/packages/website/md/docs/0xjs/2.0.0/versioning.md
+++ b/packages/website/md/docs/0xjs/2.0.0/versioning.md
@@ -1 +1 @@
-Since v1.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 `^2.0.0` to take advantage of non-breaking bug fixes.
+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 `^2.0.0` to take advantage of non-breaking bug fixes.