File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.6.6
4
+
5
+ [ compare changes] ( https://github.com/rrd108/nuxt-api-shield/compare/v0.6.0...v0.6.6 )
6
+
7
+ ### 🚀 Enhancements
8
+
9
+ - Expose RateLimit type ([ 536c73e] ( https://github.com/rrd108/nuxt-api-shield/commit/536c73e ) )
10
+
11
+ ### 🏡 Chore
12
+
13
+ - Remove unused import ([ 17f40fe] ( https://github.com/rrd108/nuxt-api-shield/commit/17f40fe ) )
14
+ - ** release:** V0.6.1 ([ 3641e5b] ( https://github.com/rrd108/nuxt-api-shield/commit/3641e5b ) )
15
+ - ** release:** V0.6.3 ([ 0f05e4c] ( https://github.com/rrd108/nuxt-api-shield/commit/0f05e4c ) )
16
+ - ** release:** V0.6.5 ([ 505e1fd] ( https://github.com/rrd108/nuxt-api-shield/commit/505e1fd ) )
17
+
18
+ ### ❤️ Contributors
19
+
20
+
21
+
3
22
## v0.6.5
4
23
5
24
[ compare changes] ( https://github.com/rrd108/nuxt-api-shield/compare/v0.6.4...v0.6.5 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-api-shield" ,
3
- "version" : " 0.6.5 " ,
3
+ "version" : " 0.6.6 " ,
4
4
"description" : " Nuxt API Shield - Rate Limiting" ,
5
5
"repository" : " rrd108/nuxt-api-shield" ,
6
6
"license" : " MIT" ,
29
29
"dev" : " nuxi dev playground" ,
30
30
"dev:build" : " nuxi build playground" ,
31
31
"dev:prepare" : " nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground" ,
32
- "release:patch" : " yarn version --patch && yarn release" ,
33
- "release:minor" : " yarn version --minor && yarn release" ,
34
- "release" : " yarn lint && yarn test && yarn prepack && changelogen --release && yarn publish --new-version $(node -p \" require('./package.json').version\" ) && git push --follow-tags" ,
32
+ "release:patch" : " yarn lint && yarn test && yarn prepack && changelogen --release --patch && yarn publish && git push --follow-tags" ,
35
33
"lint" : " eslint ." ,
36
34
"test" : " vitest run --testTimeout 7000" ,
37
35
"test:watch" : " vitest watch"
You can’t perform that action at this time.
0 commit comments