mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Bump version 0.5.0 -> 0.5.1
This commit is contained in:
parent
3dbc1b90d7
commit
324d9aca35
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.5.0
|
||||
current_version = 0.5.1
|
||||
|
||||
[bumpversion:file:package.json]
|
||||
|
||||
|
@ -1,6 +1,11 @@
|
||||
History
|
||||
=======
|
||||
|
||||
0.5.1 (April 4, 2019)
|
||||
-------------------------
|
||||
|
||||
* Added a way to consume files individually
|
||||
|
||||
0.5.0 (April 1, 2019)
|
||||
-------------------------
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { assert } from "chai"
|
||||
import * as Web3 from "web3"
|
||||
import * as fs from "fs"
|
||||
|
||||
import { config } from "../config"
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "JavaScript client library for Ocean Protocol",
|
||||
"main": "./dist/node/squid.js",
|
||||
"typings": "./dist/node/squid.d.ts",
|
||||
|
Loading…
Reference in New Issue
Block a user