diff --git a/CHANGELOG.md b/CHANGELOG.md index 089e36d..edad966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.11](https://github.com/IgnacioNMiranda/vite-component-library-template/compare/v1.5.10...v1.5.11) (2023-01-22) + + +### Documentation + +* small update in README ([07c3766](https://github.com/IgnacioNMiranda/vite-component-library-template/commit/07c3766baf787b21598c2c0e3a8847a1dcb172d4)) + ## [1.5.10](https://github.com/IgnacioNMiranda/vite-component-library-template/compare/v1.5.9...v1.5.10) (2023-01-22) diff --git a/package.json b/package.json index ced171f..76290b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-component-library-template", "private": false, - "version": "1.5.10", + "version": "1.5.11", "main": "./dist/vite-component-library-template.umd.js", "module": "./dist/vite-component-library-template.es.js", "types": "./dist/index.d.ts",