Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Levix committed Dec 29, 2023
1 parent 499d732 commit 93b01ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 93b01ec

Please sign in to comment.