Skip to content

Commit 8637712

Browse files
committed
chore(release): v0.6.6
1 parent 505e1fd commit 8637712

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGELOG.md

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

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+
322
## v0.6.5
423

524
[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.6.4...v0.6.5)

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-api-shield",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "Nuxt API Shield - Rate Limiting",
55
"repository": "rrd108/nuxt-api-shield",
66
"license": "MIT",
@@ -29,9 +29,7 @@
2929
"dev": "nuxi dev playground",
3030
"dev:build": "nuxi build playground",
3131
"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",
3533
"lint": "eslint .",
3634
"test": "vitest run --testTimeout 7000",
3735
"test:watch": "vitest watch"

0 commit comments

Comments
 (0)