Skip to content

Commit 38f61f5

Browse files
committed
chore(release): v0.8.1
1 parent 0bf300e commit 38f61f5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## v0.8.1
4+
5+
[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.8.0...v0.8.1)
6+
7+
### 🩹 Fixes
8+
9+
- **deps:** Update nuxtjs monorepo to v3.14.159 ([bafc40b](https://github.com/rrd108/nuxt-api-shield/commit/bafc40b))
10+
- **deps:** Update nuxtjs monorepo to v3.14.1592 ([576f866](https://github.com/rrd108/nuxt-api-shield/commit/576f866))
11+
- Improve rate limiting logic closes #77 ([#77](https://github.com/rrd108/nuxt-api-shield/issues/77))
12+
13+
### 📖 Documentation
14+
15+
- Update README to clarify ban behavior and response handling for rate limits ([b435cba](https://github.com/rrd108/nuxt-api-shield/commit/b435cba))
16+
17+
### 🏡 Chore
18+
19+
- Add nuxi dependency and update tsconfig options ([a95dca3](https://github.com/rrd108/nuxt-api-shield/commit/a95dca3))
20+
21+
### ✅ Tests
22+
23+
- Adjust wait time for ban expiration in rate limit tests ([f87cd12](https://github.com/rrd108/nuxt-api-shield/commit/f87cd12))
24+
25+
### ❤️ Contributors
26+
27+
- Rrd ([@rrd108](https://github.com/rrd108))
28+
329
## v0.7.1
430

531
[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.7.0...v0.7.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-api-shield",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Nuxt API Shield - Rate Limiting",
55
"repository": "rrd108/nuxt-api-shield",
66
"license": "MIT",

0 commit comments

Comments
 (0)