From 7c59ac61f3a520a067f62dbfd5563d106ed83363 Mon Sep 17 00:00:00 2001 From: Kuss <2360314753@qq.com> Date: Mon, 22 Nov 2021 09:56:13 +0800 Subject: [PATCH] chore: release v1.4.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ea24633 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +### [1.4.1](https://github.com/KusStar/vite-plugin-glslify/compare/1.4.0...1.4.1) (2021-11-22) + +## [1.4.0](https://github.com/KusStar/vite-plugin-glslify/compare/1.4.0...1.4.1) (2021-11-21) + +## [1.3.0](https://github.com/KusStar/vite-plugin-glslify/compare/1.4.0...1.4.1) (2021-11-20) + +## [1.2.0](https://github.com/KusStar/vite-plugin-glslify/compare/1.4.0...1.4.1) (2021-11-20) + +## [1.1.0](https://github.com/KusStar/vite-plugin-glslify/compare/1.4.0...1.4.1) (2021-11-16) + +### [1.0.2](https://github.com/KusStar/vite-plugin-glslify/compare/1.4.0...1.4.1) (2021-11-15) + +### [1.0.1](https://github.com/KusStar/vite-plugin-glslify/compare/1.4.0...1.4.1) (2021-11-15) + diff --git a/package.json b/package.json index e853ef3..4bb9b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-glslify", - "version": "1.4.0", + "version": "1.4.1", "description": "Literals collector for Vite", "main": "dist/index.js", "module": "dist/index.mjs",