Skip to content

Commit

Permalink
Publishing v0.1.3 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Dec 12, 2023
1 parent 0d2608f commit 9680894
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -44,4 +44,4 @@
"dependencies": {
"tweetnacl": "^1.0.3"
}
}
}

0 comments on commit 9680894

Please sign in to comment.