Skip to content

Commit 2dbeb20

Browse files
author
Andrea Cosentino
committed
chore(release): v2.1.0
1 parent 68503ed commit 2dbeb20

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
### [1.0.4](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v1.0.4) - 2026-02-09
22

3+
## [2.1.0](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v2.1.0) - 2026-04-10
4+
5+
### Features
6+
7+
- add authenticate option to rest handlers ([3926356](https://github.com/nDriaDev/vite-plugin-universal-api/commit/3926356))
8+
9+
### Code Refactoring
10+
11+
- unused import ([edc303a](https://github.com/nDriaDev/vite-plugin-universal-api/commit/edc303a))
12+
13+
### Documentation
14+
15+
- update documentation for authenticate option ([8fc8b66](https://github.com/nDriaDev/vite-plugin-universal-api/commit/8fc8b66))
16+
17+
### Chores
18+
19+
- reindent release script ([68503ed](https://github.com/nDriaDev/vite-plugin-universal-api/commit/68503ed))
20+
- pass from unbuild to tsdown + update dependencies ([cc2cabf](https://github.com/nDriaDev/vite-plugin-universal-api/commit/cc2cabf))
21+
- verify build script refactor ([df6c67e](https://github.com/nDriaDev/vite-plugin-universal-api/commit/df6c67e))
22+
- reorganize entry file ([8105b62](https://github.com/nDriaDev/vite-plugin-universal-api/commit/8105b62))
23+
- add github workflow security audit + fix release script ([a491c89](https://github.com/nDriaDev/vite-plugin-universal-api/commit/a491c89))
24+
325
## [2.0.0](https://github.com/nDriaDev/vite-plugin-universal-api/releases/tag/v2.0.0) - 2026-04-08
426

527
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ndriadev/vite-plugin-universal-api",
33
"description": "Plugin Mock WebSocket, REST and File-based APIs for Vite",
44
"private": false,
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"type": "module",
77
"files": [
88
"dist/",

0 commit comments

Comments
 (0)