diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d055d6..b7bb708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.3 (December 12, 2023) + +* Removed extraneous crypto import from rollup config + ## 0.1.2 (August 18, 2021) * Updated dependencies diff --git a/package.json b/package.json index 37c7f54..f1742ab 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "ristretto255", - "version": "0.1.2", + "version": "0.1.3", "description": "Supports the ristretto255 group operations on top of TweetNaCl.js", "main": "dist/ristretto255.min.js", "repository": { "type": "git", - "url": "https://github.com/novifinancial/ristretto255-js.git" + "url": "https://github.com/facebook/ristretto255-js.git" }, "author": "Valeria Nikolaenko ", "license": "MIT", @@ -44,4 +44,4 @@ "dependencies": { "tweetnacl": "^1.0.3" } -} +} \ No newline at end of file