From 55b10366a0e5dff814e62bc0fd34e7216ab913be Mon Sep 17 00:00:00 2001 From: Kusstar Date: Thu, 18 Apr 2024 15:28:00 +0800 Subject: [PATCH] chore: release v2.1.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98db5c2..a45a58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## 2.1.0 (2024-04-18) + +* chores: package description ([8e9ae8b](https://github.com/KusStar/vite-plugin-glslify/commit/8e9ae8b)) +* chore: bump vite dependency (example) to latest (5.2.9) ([25163f8](https://github.com/KusStar/vite-plugin-glslify/commit/25163f8)) +* chore: bump vite dependency (peer & dev) to latest (5.2.9) ([c391bca](https://github.com/KusStar/vite-plugin-glslify/commit/c391bca)) +* chore: update scripts to be prefixed with pnpm ([d0924a8](https://github.com/KusStar/vite-plugin-glslify/commit/d0924a8)) +* fix: add missing dep estree-walker@2.0.2 ([e888135](https://github.com/KusStar/vite-plugin-glslify/commit/e888135)) + ## 2.0.2 (2023-07-04) * chores: bump devDeps ([ad151bc](https://github.com/KusStar/vite-plugin-glslify/commit/ad151bc)) diff --git a/package.json b/package.json index 377cd88..cc65149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-glslify", - "version": "2.0.2", + "version": "2.1.0", "description": "A plugin for Vite to compile glslify shader code", "main": "dist/index.js", "module": "dist/index.mjs",