Skip to content

Commit 7f35cd8

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.1...v2.2.0) (2025-09-01) ### Features * **plugin:** add `development` exports ([#22](#22)) ([adece16](adece16))
1 parent adece16 commit 7f35cd8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0](https://github.com/breningham/vite-plugin-exports-updater/compare/v2.1.1...v2.2.0) (2025-09-01)
2+
3+
4+
### Features
5+
6+
* **plugin:** add `development` exports ([#22](https://github.com/breningham/vite-plugin-exports-updater/issues/22)) ([adece16](https://github.com/breningham/vite-plugin-exports-updater/commit/adece163ca2739f7bc59c8a7d612b34b6ee632b1))
7+
18
## [2.1.1](https://github.com/breningham/vite-plugin-exports-updater/compare/v2.1.0...v2.1.1) (2025-08-28)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-exports-updater",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "A Vite plugin that automatically updates your package.json exports map after a build.",
55
"license": "MIT",
66
"author": "Brendan Ingham <[email protected]>",

0 commit comments

Comments
 (0)