Skip to content

Commit

Permalink
release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Winkler committed Jan 15, 2019
1 parent c244da9 commit df4d61e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
## Next Version
### Features
### Fixes
- add ignoring of missing keys when decrypting unencrypted data

### Deprecations

## Version 1.7.1
### Fixes
- add ignoring of missing keys when decrypting unencrypted data


## Version 1.7.0
### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"testunitbrk": "env-cmd ./.env.local npm run build && env-cmd ./.env.local mocha --exit --inspect-brk -r ts-node/register $*"
},
"types": "./dist/index.d.ts",
"version": "1.7.0"
"version": "1.7.1"
}
7 changes: 4 additions & 3 deletions src/bundles/bcc/dbcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"files": [
"bcc.js"
],
"origin": "QmZtiWW4EWYHd8ZF4dcCFUJi3UNpZuFSKBodpwN8VY9NhA",
"origin": "QmVMZHZhZhDAcJ47KDqnmTp1rtyXowXcyEN8sAkqGN1ozs",
"type": "library"
},
"dbcpVersion": 2,
Expand All @@ -24,7 +24,7 @@
"dapp",
"library"
],
"version": "1.7.0",
"version": "1.7.1",
"versions": {
"0.1.0": "QmTsY7ASbvxATLnEemHZQ8oQha64ujYe9VXbDCouDk7Xtp",
"0.9.0": "Qmbw3yX82TVN9WhsRyeaRpd89M9XXL1pds9GgqJL29ohar",
Expand All @@ -39,7 +39,8 @@
"1.4.0": "QmVv35DzcryDQnbmTVHJChD1enG459cUGKmqZj6xE74nHX",
"1.5.0": "QmQnmbZJcUf6j6u6nsJh5jiqxwAfsBybZWPk65tVN8HZ3P",
"1.6.0": "QmTHvUrZEKUQ3KkoHVs6SmnPFw437bPpXuSqji5Pb67gJg",
"1.7.0": "QmfCYbQHhafqtvTNb8PisTaBBB52pQ4UEuzMHptv1SWdQm"
"1.7.0": "QmfCYbQHhafqtvTNb8PisTaBBB52pQ4UEuzMHptv1SWdQm",
"1.7.1": "QmRKPeiy2krB6tztUme6FhdobNjCgw9LQUpyMDthoAQWaf"
}
}
}

0 comments on commit df4d61e

Please sign in to comment.