From 19799da3a30016476b35b14a399c15f69122fc1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jun 2024 20:44:03 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/opensrc0/fe-pilot/compare/v1.3.0...v1.4.0) (2024-6-8) ### Bug Fixes * **scanner flash:** close flash if scanner is unmount ([8451945](https://github.com/opensrc0/fe-pilot/commit/84519459ec44b3b46a34d4ff76077970e8144c28)) ### Features * **documentation:** fe-Pilot is ready to use with documentation ([8a291c5](https://github.com/opensrc0/fe-pilot/commit/8a291c5335f27784128b7de132194303699519c8)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8398a..9ce94e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.4.0](https://github.com/opensrc0/fe-pilot/compare/v1.3.0...v1.4.0) (2024-6-8) + + +### Bug Fixes + +* **scanner flash:** close flash if scanner is unmount ([8451945](https://github.com/opensrc0/fe-pilot/commit/84519459ec44b3b46a34d4ff76077970e8144c28)) + + +### Features + +* **documentation:** fe-Pilot is ready to use with documentation ([8a291c5](https://github.com/opensrc0/fe-pilot/commit/8a291c5335f27784128b7de132194303699519c8)) + # [1.3.0](https://github.com/opensrc0/fe-pilot/compare/v1.2.13...v1.3.0) (2024-6-6) diff --git a/package-lock.json b/package-lock.json index 807ae7b..55a1e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fe-pilot", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fe-pilot", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@babel/cli": "^7.23.9", diff --git a/package.json b/package.json index a0c7698..e1e30f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fe-pilot", - "version": "1.3.0", + "version": "1.4.0", "description": "Advanced JS features, Plug & Play", "main": "index.js", "scripts": {