1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #178 from oceanprotocol/feature/version

Bump version 0.5.0 -> 0.5.1
This commit is contained in:
Matthias Kretschmann 2019-04-04 16:48:01 +02:00 committed by GitHub
commit 9fe42ecf3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.0
current_version = 0.5.1
[bumpversion:file:package.json]

View File

@ -1,6 +1,11 @@
History
=======
0.5.1 (April 4, 2019)
-------------------------
* Added a way to consume files individually
0.5.0 (April 1, 2019)
-------------------------

View File

@ -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
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.5.0",
"version": "0.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",