diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf6b40..2431b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +## [2.0.0](https://github.com/gaetansenn/dw-ui/compare/v1.1.0...v2.0.0) (2021-09-04) + + +### ⚠ BREAKING CHANGES + +* handle two icons for Input + +### Features + +* handle two icons for Input ([c58b30b](https://github.com/gaetansenn/dw-ui/commit/c58b30b7a406d110cb9f18515c33764f717e1622)) + ## 1.1.0 (2021-09-02) diff --git a/package.json b/package.json index c4ec338..6fe5323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dewib/dw-ui", - "version": "1.1.0", + "version": "2.0.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": {