bigchaindb / js-bigchaindb-driver

Official BigchainDB JavaScript driver for Node.js and the browser
https://docs.bigchaindb.com/projects/js-driver/en/latest/usage.html
Apache License 2.0
216 stars 92 forks source link

release v4.1.1 is broken: create new release with proper release package #292

Closed kremalicious closed 4 years ago

kremalicious commented 5 years ago

The recently published v4.1.1 was published to npm without running the actual release script (npm run release) locally, so the dist/ folder is missing in the published package.

This leads to issues like #289, and breaks the bigchaindb.com Get Started page transaction tool.

So create a new release v4.1.1 by running locally:

npm run release

/cc @eckelj @manolodewiner

kremalicious commented 4 years ago

fixed with v4.1.2