Skip to content

Commit

Permalink
chore: release 3.2.1 (#138)
Browse files Browse the repository at this point in the history
* Update package.json

* Update package.json

* Update CHANGELOG.md
  • Loading branch information
jinmao88 authored Dec 26, 2023
1 parent 4333bc8 commit ce23535
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [3.2.1](https://github.com/vbenjs/vite-plugin-html/compare/v3.0.6...v3.2.1) (2023-12-26)

### Features

- support vite5.0

# [3.2.0](https://github.com/vbenjs/vite-plugin-html/compare/v3.0.6...v3.2.0) (2022-03-15)

### Bug Fixes
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-html-monorepo",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"scripts": {
"stub": "pnpm run prepack --filter ./packages -- --stub",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-html",
"version": "3.2.0",
"version": "3.2.1",
"description": "A plugin for vite to Minimize index.html and use lodash.template template syntax in index.html",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand Down

0 comments on commit ce23535

Please sign in to comment.