diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..faa0f12 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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. + +## [0.7.0](https://github.com/stafyniaksacha/vite-plugin-fonts/compare/v0.6.0...v0.7.0) (2022-12-09) + + +### Features + +* add vite 4 to peer dependencies version ([60bae97](https://github.com/stafyniaksacha/vite-plugin-fonts/commit/60bae97fcad268c73009c9950f07ce05ed50b785)) diff --git a/package.json b/package.json index da8bd7b..3c0e47b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-fonts", - "version": "0.6.0", + "version": "0.7.0", "description": "Webfont loader for vite", "author": "stafyniaksacha", "license": "MIT",