From c990a8a16aa998b5cf4c8dfda1df3b5511b41f01 Mon Sep 17 00:00:00 2001 From: Gaetan SENN Date: Mon, 27 Nov 2023 11:13:33 +0100 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c472cd3..1d20e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.1.0](https://github.com/gaetansenn/dw-ui/compare/v4.0.1...v4.1.0) (2023-11-27) + + +### Features + +* add string type for min/max input for datetime picker ([8a61fc2](https://github.com/gaetansenn/dw-ui/commit/8a61fc2b9729444d1178a89d88849ff373df5165)) + ### [4.0.1](https://github.com/gaetansenn/dw-ui/compare/v4.0.0...v4.0.1) (2023-02-13) diff --git a/package.json b/package.json index e6673a2..4c6b561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dewib/dw-ui", - "version": "4.0.1", + "version": "4.1.0", "description": "Dewib ui is an open source ui library for developing HTML/CSS and JS websites. This package is developed with Vue.js and tailwindcss and to use with NuxtJS", "main": "lib/index.js", "scripts": {