From 9bc8ab14c0c465549ee3c15f38028bc2bed3a120 Mon Sep 17 00:00:00 2001 From: Alex Gusev Date: Tue, 10 Sep 2024 12:32:25 +0300 Subject: [PATCH] WF-728 Fix logger in DI --- RELEASE.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 3c532b1..637e3e1 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,9 @@ # Release +## 0.2.1 + +* Remove the legacy format for depIds. + ## 0.2.0 * The format of the `teqfw.json` descriptor has been changed. diff --git a/package.json b/package.json index ada5755..1699c29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@teqfw/web-source-installer", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "description": "Streamline source installation for PWAs within TeqFW projects.", "homepage": "https://github.com/teqfw/web-source-installer/",