Skip to content

Commit

Permalink
Bump version, update CHANGELOG and bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Shields committed Nov 28, 2023
1 parent 3a70f1e commit aeb89ae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@

## 2.0.0

### Features
- (BREAKING) Update vite to v4 and rollup to v3
- (BREAKING) Support custom input <-> template matching with globbing (rollup inputs overwritten)
### Contributors:

### Fixes
- Support recursive css assets (https://github.com/dan-shields/vite-plugin-nodecg/issues/3)
- [@zoton2](https://github.com/zoton2)
- [@Hoishin](https://github.com/Hoishin)

### Features:

- (BREAKING) Update vite to v4 and rollup to v3 ([#1](https://github.com/Dan-Shields/vite-plugin-nodecg/pull/1))
- (BREAKING) Support custom input <-> template matching with globbing (rollup inputs overwritten, see README)

### Fixes:

- Support recursive css assets ([#3](https://github.com/dan-shields/vite-plugin-nodecg/issues/3))
- Read host & port of dev server directly from the server itself so are always correct ([#4](https://github.com/dan-shields/vite-plugin-nodecg/issues/4))
- Remove cheerio as dependency ([#10](https://github.com/dan-shields/vite-plugin-nodecg/pull/4))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-nodecg",
"version": "2.0.0-rc3",
"version": "2.0.0",
"description": "Vite plugin to enable its use with NodeCG",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"minimatch": "^6.2.0"
},
"devDependencies": {
"@types/node": "^18.18.9",
"@types/node": "^18.18.13",
"rollup": "^3.29.4",
"typescript": "^4.9.5",
"vite": "^4.5.0"
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aeb89ae

Please sign in to comment.