From 625b4f29dd5cfb9a476f959b2886d35ba31e7537 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Wed, 4 Dec 2024 09:49:43 +0200 Subject: [PATCH] chore: version 5.0.1 (#130) --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79967a1..79c5149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -539,7 +539,7 @@ checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "lingui_macro_plugin" -version = "5.0.0" +version = "5.0.1" dependencies = [ "data-encoding", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 2ac8719..dc0cb16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lingui_macro_plugin" -version = "5.0.0" +version = "5.0.1" edition = "2021" [lib] diff --git a/package.json b/package.json index 6cf0410..a992622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/swc-plugin", - "version": "5.0.0", + "version": "5.0.1", "description": "A SWC Plugin for LinguiJS", "author": { "name": "Timofei Iatsenko",