diff --git a/CHANGELOG.md b/CHANGELOG.md index 961bd86..26e8ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.2.2 (2021-02-23) + + +### Features + +* add github action ([6ea8811](https://github.com/anncwb/vite-plugin-compression/commit/6ea8811e7d554fc0f821e1f4f034ce5b1388e105)) + + + ## 0.2.1 (2021-02-23) diff --git a/package.json b/package.json index fd5f33b..f3fb325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-compression", - "version": "0.2.1", + "version": "0.2.2", "description": "Use gzip or brotli to compress resources.", "main": "dist/index.js", "module": "dist/index.mjs",