From f91c9167a3409417b711b610068417fa209ca821 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Sep 2022 12:41:08 +0000 Subject: [PATCH] release(version): 1.4.0 [skip ci] # [1.4.0](https://github.com/schibsted/react-account/compare/1.3.4...1.4.0) (2022-09-15) ### Features * transpile and bundle Schibsted Account ([b2daf42](https://github.com/schibsted/react-account/commit/b2daf4215064f386b69ae2c1b263db07e51afccf)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11f1d21..b7b418a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@schibsted/react-account", - "version": "1.3.4", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@schibsted/react-account", - "version": "1.3.4", + "version": "1.4.0", "license": "MIT", "dependencies": { "@schibsted/account-sdk-browser": "^4.6.0" diff --git a/package.json b/package.json index e41148e..cbf0346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@schibsted/react-account", - "version": "1.3.4", + "version": "1.4.0", "description": "React Context Provider and Hook making it easier to use Schibsted Account in your React app", "type": "module", "main": "./dist/index.js",