mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Release 1.1.0
This commit is contained in:
parent
5e569f5f5d
commit
25073a0bce
16
CHANGELOG.md
16
CHANGELOG.md
@ -4,11 +4,27 @@ 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).
|
||||
|
||||
#### [v1.1.0](https://github.com/oceanprotocol/squid-js/compare/v1.1.0-beta.0...v1.1.0)
|
||||
|
||||
> 22 January 2020
|
||||
|
||||
- add codeclimate coverage reporting [`#359`](https://github.com/oceanprotocol/squid-js/pull/359)
|
||||
- Update to keeper-contracts v0.13 [`#344`](https://github.com/oceanprotocol/squid-js/pull/344)
|
||||
- Greenkeeper/typedoc 0.16.5 [`#356`](https://github.com/oceanprotocol/squid-js/pull/356)
|
||||
- Update whatwg-url to the latest version 🚀 [`#349`](https://github.com/oceanprotocol/squid-js/pull/349)
|
||||
- Update @types/node to the latest version 🚀 [`#348`](https://github.com/oceanprotocol/squid-js/pull/348)
|
||||
- Update nyc to the latest version 🚀 [`#347`](https://github.com/oceanprotocol/squid-js/pull/347)
|
||||
- chore(package): update typedoc to version 0.16.5 [`#352`](https://github.com/oceanprotocol/squid-js/issues/352)
|
||||
- Fix tests. [`48c4f64`](https://github.com/oceanprotocol/squid-js/commit/48c4f6459910069c79424ac67fc6a0d28a9d1839)
|
||||
- Remove all .js files that were unintentionally committed. [`7ccac88`](https://github.com/oceanprotocol/squid-js/commit/7ccac889ed20b9dabe9358e4e4989eed55245d52)
|
||||
- package updates [`216ae33`](https://github.com/oceanprotocol/squid-js/commit/216ae3330e3ffa147ca0d8417a901fa9f5a0d4cf)
|
||||
|
||||
#### [v1.1.0-beta.0](https://github.com/oceanprotocol/squid-js/compare/v1.0.0...v1.1.0-beta.0)
|
||||
|
||||
> 17 December 2019
|
||||
|
||||
- package updates [`eb23b04`](https://github.com/oceanprotocol/squid-js/commit/eb23b04ffec69a0f9f31f09985bc1012f3a386d2)
|
||||
- Release 1.1.0-beta.0 [`86c6a5a`](https://github.com/oceanprotocol/squid-js/commit/86c6a5a176203b222f2dc1f215c0c5fa6a418728)
|
||||
- bump to keeper-contracts v0.13.0 [`21a0815`](https://github.com/oceanprotocol/squid-js/commit/21a08152d2a33f73b9bfc6509ef19731904bbd9b)
|
||||
|
||||
#### [v1.0.0](https://github.com/oceanprotocol/squid-js/compare/v1.0.0-beta.7...v1.0.0)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "1.1.0-beta.0",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "1.1.0-beta.0",
|
||||
"version": "1.1.0",
|
||||
"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