Skip to content

Commit b89f514

Browse files
committed
chore(release): v0.8.4
1 parent ff3b279 commit b89f514

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.8.4
4+
5+
[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.8.3...v0.8.4)
6+
37
## v0.8.3
48

59
[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.8.2...v0.8.3)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-api-shield",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"description": "Nuxt API Shield - Rate Limiting",
55
"repository": "rrd108/nuxt-api-shield",
66
"license": "MIT",
@@ -30,8 +30,8 @@
3030
"release:minor": "yarn lint && yarn test && yarn prepack && changelogen --release --minor && yarn publish && git push --follow-tags",
3131
"lint": "eslint .",
3232
"lint:fix": "eslint . --fix",
33-
"test": "vitest run --testTimeout 15000 --reporter=basic --disable-console-intercept",
34-
"test:watch": "vitest watch --testTimeout 15000 --reporter=basic --disable-console-intercept"
33+
"test": "vitest run --testTimeout 15000 --reporter=default --reporter.summary=false --disable-console-intercept",
34+
"test:watch": "vitest watch --testTimeout 15000 --reporter=default --reporter.summary=false --disable-console-intercept"
3535
},
3636
"dependencies": {
3737
"@nuxt/kit": "^3.12.2",

0 commit comments

Comments
 (0)