File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
29
## v0.7.1
4
30
5
31
[ compare changes] ( https://github.com/rrd108/nuxt-api-shield/compare/v0.7.0...v0.7.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-api-shield" ,
3
- "version" : " 0.8.0 " ,
3
+ "version" : " 0.8.1 " ,
4
4
"description" : " Nuxt API Shield - Rate Limiting" ,
5
5
"repository" : " rrd108/nuxt-api-shield" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments