Skip to content

Commit 69dbe36

Browse files
authored
Merge pull request #281 from nextcloud-libraries/chore/2-2-1
chore: Prepare 2.2.1
2 parents 3371e72 + 5c4d1cf commit 69dbe36

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v2.2.1](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.2.1)
4+
### Fixed
5+
* fix: Adjust import of `rollup-plugin-esbuild-minify` [\#279](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/279) \([susnux](https://github.com/susnux)\)
6+
37
## [v2.2.0](https://github.com/nextcloud-libraries/nextcloud-vite-config/tree/v2.2.0)
48
### Added
59
* feat(EmptyJSDirPlugin): Allow to specify other directories to clear [\#240](https://github.com/nextcloud-libraries/nextcloud-vite-config/pull/240) \([susnux](https://github.com/susnux)\)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://github.com/nextcloud/nextcloud-vite-config",
1212
"license": "AGPL-3.0-or-later",
13-
"version": "2.2.0",
13+
"version": "2.2.1",
1414
"type": "module",
1515
"main": "./dist/index.js",
1616
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)