diff --git a/CHANGELOG.md b/CHANGELOG.md index f84745a..29e61d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.9.0](https://github.com/lecoueyl/mijin/compare/v1.8.0...v1.9.0) (2021-12-15) + + +### Features + +* **statusDot:** add test ([3f2e694](https://github.com/lecoueyl/mijin/commit/3f2e6946de15b59822588f518f37bc2ae232a746)) + # [1.8.0](https://github.com/lecoueyl/mijin/compare/v1.7.3...v1.8.0) (2021-12-09) diff --git a/package-lock.json b/package-lock.json index 244acee..e60ae8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "mijin", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.8.0", + "version": "1.9.0", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index dcb4fec..25b939e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mijin", "homepage": "https://lecoueyl.github.io/mijin.web", "description": "Tailwind CSS UI components for Vue.js and Nuxt.js", - "version": "1.8.0", + "version": "1.9.0", "author": "Leonard Lecouey ", "main": "dist/mijin.common.js", "module": "dist/mijin.umd.js",