From 16567d348ae16ac92dc2fa4fd9e91d89fbe6852d Mon Sep 17 00:00:00 2001 From: janhommes Date: Tue, 1 Jun 2021 14:37:30 +0200 Subject: [PATCH] chore - release 1.3.0 --- example/index.html | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/index.html b/example/index.html index 81e6bb3..93094e9 100644 --- a/example/index.html +++ b/example/index.html @@ -120,8 +120,8 @@

- - + + diff --git a/package-lock.json b/package-lock.json index d2875b3..386ea0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "o.js", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "cross-fetch": "^3.0.6", diff --git a/package.json b/package.json index 466ee9e..7f1a0ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "o.js", "description": "o.js is a isomorphic Odata Javascript library to simplify the request of data. The main goal is to build a standalone, lightweight and easy to understand Odata lib.", - "version": "1.2.1", + "version": "1.3.0", "main": "dist/cjs/o.js", "browser": "dist/umd/o.js", "module": "dist/es2015/o.js",