From 93b01ecca6bec0ee7e34c752b3b37d664da5cae7 Mon Sep 17 00:00:00 2001 From: Zhiwei Li <65117011+Levix@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:22:34 +0800 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2ee8a7..19d2f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.1.0](https://github.com/Levix/vite-plugin-inject-css-to-js/compare/vite-plugin-inject-css-to-js@1.0.1...vite-plugin-inject-css-to-js@1.1.0) (2023-12-29) + + +### Features + +* add beforeInjectCss hook ([e2dde32](https://github.com/Levix/vite-plugin-inject-css-to-js/commit/e2dde326162254bb23e372aa77c22d0534dd79e3)) + ### [1.0.1](https://github.com/Levix/vite-plugin-inject-css-to-js/compare/vite-plugin-inject-css-to-js@1.0.0...vite-plugin-inject-css-to-js@1.0.1) (2023-07-18) diff --git a/package.json b/package.json index cfd5b75..3f17ed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-inject-css-to-js", - "version": "1.0.1", + "version": "1.1.0", "description": "Combine this with the Vite build.cssCodeSplit CSS code splitting capability to build css into individual js files instead of using css links.", "homepage": "https://github.com/Levix/vite-plugin-inject-css-to-js", "repository": {