From 04be77ffaf65acaf5a3559adc79eae99d4eecce4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Feb 2025 09:47:32 +0000 Subject: [PATCH] chore(release): 2.28.0 [skip ci] # [2.28.0](https://github.com/gisce/ooui/compare/v2.27.1...v2.28.0) (2025-02-03) ### Features * **Label:** add human_date prop ([875313a](https://github.com/gisce/ooui/commit/875313ace9f404ad76627f069cbbfc93b195212e)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5558251..650fda2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/ooui", - "version": "2.27.1", + "version": "2.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@gisce/ooui", - "version": "2.27.1", + "version": "2.28.0", "dependencies": { "@gisce/conscheck": "1.0.9", "html-entities": "^2.3.3", diff --git a/package.json b/package.json index a1fcfba..ae6a7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/ooui", - "version": "2.27.1", + "version": "2.28.0", "engines": { "node": "20.5.0" },