mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Release 0.8.1
This commit is contained in:
parent
f3e044ecdd
commit
00be01447d
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
|
|||||||
|
|
||||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
|
#### [v0.8.1](https://github.com/oceanprotocol/squid-js/compare/v0.8.0...v0.8.1)
|
||||||
|
|
||||||
|
> 7 November 2019
|
||||||
|
|
||||||
|
- bump packages [`#326`](https://github.com/oceanprotocol/squid-js/pull/326)
|
||||||
|
- typescript updates [`9d95f14`](https://github.com/oceanprotocol/squid-js/commit/9d95f149d5e4314cd1ece9c4656f7055008da596)
|
||||||
|
- lock to web3.js 1.2.1 again [`7d393ed`](https://github.com/oceanprotocol/squid-js/commit/7d393edc254132132edda2f0840336e21f4847cf)
|
||||||
|
- keeper-contracts v0.12.7 [`b8a46b4`](https://github.com/oceanprotocol/squid-js/commit/b8a46b4ecf220c8d5fdfcd240c1e3a81d76e8853)
|
||||||
|
|
||||||
#### [v0.8.0](https://github.com/oceanprotocol/squid-js/compare/v0.7.3...v0.8.0)
|
#### [v0.8.0](https://github.com/oceanprotocol/squid-js/compare/v0.7.3...v0.8.0)
|
||||||
|
|
||||||
> 24 October 2019
|
> 24 October 2019
|
||||||
@ -12,8 +21,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|||||||
- switch Barge to --no-commons flag [`#321`](https://github.com/oceanprotocol/squid-js/pull/321)
|
- switch Barge to --no-commons flag [`#321`](https://github.com/oceanprotocol/squid-js/pull/321)
|
||||||
- Update ora to the latest version 🚀 [`#318`](https://github.com/oceanprotocol/squid-js/pull/318)
|
- Update ora to the latest version 🚀 [`#318`](https://github.com/oceanprotocol/squid-js/pull/318)
|
||||||
- chore(package): update lockfile package-lock.json [`710e4d5`](https://github.com/oceanprotocol/squid-js/commit/710e4d52e6a1ab5c39e2f67b0072aa61ae1e0ca9)
|
- chore(package): update lockfile package-lock.json [`710e4d5`](https://github.com/oceanprotocol/squid-js/commit/710e4d52e6a1ab5c39e2f67b0072aa61ae1e0ca9)
|
||||||
|
- Release 0.8.0 [`832e29d`](https://github.com/oceanprotocol/squid-js/commit/832e29d73289da439b24a536d41770cdc89bf146)
|
||||||
- chore(package): update lockfile package-lock.json [`74d22bf`](https://github.com/oceanprotocol/squid-js/commit/74d22bfc3515fd86bc4c56cdb6979533cb703ee8)
|
- chore(package): update lockfile package-lock.json [`74d22bf`](https://github.com/oceanprotocol/squid-js/commit/74d22bfc3515fd86bc4c56cdb6979533cb703ee8)
|
||||||
- fix(package): update @oceanprotocol/keeper-contracts to version 0.12.4 [`2fb00e9`](https://github.com/oceanprotocol/squid-js/commit/2fb00e9d4b44b8361c5d5cc2d83bd3f56d996f5e)
|
|
||||||
|
|
||||||
#### [v0.7.3](https://github.com/oceanprotocol/squid-js/compare/v0.7.2...v0.7.3)
|
#### [v0.7.3](https://github.com/oceanprotocol/squid-js/compare/v0.7.2...v0.7.3)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/squid",
|
"name": "@oceanprotocol/squid",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/squid",
|
"name": "@oceanprotocol/squid",
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"description": "JavaScript client library for Ocean Protocol",
|
"description": "JavaScript client library for Ocean Protocol",
|
||||||
"main": "./dist/node/squid.js",
|
"main": "./dist/node/squid.js",
|
||||||
"typings": "./dist/node/squid.d.ts",
|
"typings": "./dist/node/squid.d.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user