Release 1.0.0 (#104)

Update history and package version
This commit is contained in:
Nathan Nichols
2020-08-31 13:58:11 -05:00
parent b14f055c6c
commit 2c99932c3c
3 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# ripple-binary-codec Release History
## 1.0.0-rc1 (2020-08-17)
## 1.0.0 (2020-08-17)
- Migrate to TypeScript
- Javascript classes used

View File

@@ -1,6 +1,6 @@
{
"name": "ripple-binary-codec",
"version": "1.0.0-rc3",
"version": "1.0.0",
"description": "XRP Ledger binary codec",
"files": [
"dist/*",
@@ -18,7 +18,6 @@
},
"devDependencies": {
"@types/jest": "^26.0.7",
"@types/lodash": "^4.14.155",
"@types/node": "^14.0.10",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",

View File

@@ -565,11 +565,6 @@
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
"@types/lodash@^4.14.155":
version "4.14.158"
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.158.tgz#b38ea8b6fe799acd076d7a8d7ab71c26ef77f785"
integrity sha512-InCEXJNTv/59yO4VSfuvNrZHt7eeNtWQEgnieIA+mIC+MOWM9arOWG2eQ8Vhk6NbOre6/BidiXhkZYeDY9U35w==
"@types/node@*", "@types/node@^14.0.10":
version "14.0.27"
resolved "https://registry.npmjs.org/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"