From ce1a004917ae3f56e2a694a82c90c8e8d2087695 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jun 2024 12:59:38 +0000 Subject: [PATCH] chore(release): 1.4.1 [skip ci] ## [1.4.1](https://github.com/opensrc0/fe-pilot/compare/v1.4.0...v1.4.1) (2024-6-14) ### Bug Fixes * **facedetector, livelocation tracking:** default props pass in params instead of using prop-types ([f0940ff](https://github.com/opensrc0/fe-pilot/commit/f0940ff624b31da005b7576c72e8d3c697bdc79b)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce94e9..e10d940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/opensrc0/fe-pilot/compare/v1.4.0...v1.4.1) (2024-6-14) + + +### Bug Fixes + +* **facedetector, livelocation tracking:** default props pass in params instead of using prop-types ([f0940ff](https://github.com/opensrc0/fe-pilot/commit/f0940ff624b31da005b7576c72e8d3c697bdc79b)) + # [1.4.0](https://github.com/opensrc0/fe-pilot/compare/v1.3.0...v1.4.0) (2024-6-8) diff --git a/package-lock.json b/package-lock.json index 55a1e2d..7566848 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fe-pilot", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fe-pilot", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "devDependencies": { "@babel/cli": "^7.23.9", diff --git a/package.json b/package.json index e1e30f5..93b85b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fe-pilot", - "version": "1.4.0", + "version": "1.4.1", "description": "Advanced JS features, Plug & Play", "main": "index.js", "scripts": {