From 062aba231c5ba1b12b81a37212d3bb53f41a41c8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:48:34 +0000 Subject: [PATCH] chore(main): release 1.11.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f11c72..19cff747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.11.0](https://github.com/cailloumajor/factory-frontend/compare/v1.10.3...v1.11.0) (2023-08-28) + + +### Features + +* display performance ratio ([82822e2](https://github.com/cailloumajor/factory-frontend/commit/82822e298b2c31fc2f02c83c9c397c652642c402)) + + +### Bug Fixes + +* **deps:** update dependency @vueuse/core to v10.4.0 ([65bc1b5](https://github.com/cailloumajor/factory-frontend/commit/65bc1b56580414a2352c2e953dd83828660543dd)) +* **deps:** update dependency @vueuse/core to v10.4.1 ([b9fe613](https://github.com/cailloumajor/factory-frontend/commit/b9fe6135ddaa6f0feb7a22d848a09f9e079af91c)) +* handle fetch error in timeline display ([4b7afcf](https://github.com/cailloumajor/factory-frontend/commit/4b7afcf4708ad8536e256bf06abf7491b64204c0)) +* remove unneeded overhead of useIntervalFn ([7629022](https://github.com/cailloumajor/factory-frontend/commit/7629022ee150829bdfe297474c01a2748f9c9eb9)) + ## [1.10.3](https://github.com/cailloumajor/factory-frontend/compare/v1.10.2...v1.10.3) (2023-08-21) diff --git a/package.json b/package.json index 1ae3a958..7eccfdaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "factory-frontend", - "version": "1.10.3", + "version": "1.11.0", "description": "Web frontend for factory needs", "productName": "Factory Frontend", "author": "Arnaud Rocher ",