mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
Merge pull request #167 from oceanprotocol/feature/version-0.4.1
Bump version 0.4.0 -> 0.4.1.
This commit is contained in:
commit
0d7d56d1fe
@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 0.4.0
|
||||
current_version = 0.4.1
|
||||
|
||||
[bumpversion:file:package.json]
|
||||
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,6 +1,14 @@
|
||||
History
|
||||
=======
|
||||
|
||||
0.4.1 (March 29, 2019)
|
||||
-------------------------
|
||||
|
||||
* Refactor that allows having multiple Ocean instances with different configuration
|
||||
* Fixed errors when consuming on browsers
|
||||
* Fixed errors on searching assets using queries
|
||||
* Update to new `files` metadata structure
|
||||
|
||||
0.4.0 (March 18, 2019)
|
||||
-------------------------
|
||||
|
||||
@ -27,4 +35,4 @@ History
|
||||
0.0.1 (2018-)
|
||||
------------------
|
||||
|
||||
* First release
|
||||
* First release
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/squid",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.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