diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6eaeb..c472cd3 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.0.1](https://github.com/gaetansenn/dw-ui/compare/v4.0.0...v4.0.1) (2023-02-13) + + +### Bug Fixes + +* apply attr herit to native html element ([d94653e](https://github.com/gaetansenn/dw-ui/commit/d94653e59802182cf384a8e4209f749e6d30d23f)) + ## [4.0.0](https://github.com/gaetansenn/dw-ui/compare/v3.12.0...v4.0.0) (2022-12-20) diff --git a/package.json b/package.json index 13b61a8..e6673a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dewib/dw-ui", - "version": "4.0.0", + "version": "4.0.1", "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": {