yarn web3 0.14.0
Release 0.14.0

latest releases: 4.8.1-dev.88b7e2e.0, 4.8.1-dev.b413ebd.0, 4.8.1-dev.7a470c9.0...
8 years ago

This release makes it possible to have multiple instances of web3 running and using multiple providers.

Therefore you need to instantiate now web3 yourself (except when you use mist later on)

var Web3 = require('web3');
// create an instance of web3 using the HTTP provider.
// NOTE in mist web3 is already available, so check first if its available before instantiating
var web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"));

Don't miss a new web3 release

NewReleases is sending notifications on new releases.