Skip to content

Commit

Permalink
chore(release): v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Jun 26, 2024
1 parent 505e1fd commit 8637712
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v0.6.6

[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.6.0...v0.6.6)

### 🚀 Enhancements

- Expose RateLimit type ([536c73e](https://github.com/rrd108/nuxt-api-shield/commit/536c73e))

### 🏡 Chore

- Remove unused import ([17f40fe](https://github.com/rrd108/nuxt-api-shield/commit/17f40fe))
- **release:** V0.6.1 ([3641e5b](https://github.com/rrd108/nuxt-api-shield/commit/3641e5b))
- **release:** V0.6.3 ([0f05e4c](https://github.com/rrd108/nuxt-api-shield/commit/0f05e4c))
- **release:** V0.6.5 ([505e1fd](https://github.com/rrd108/nuxt-api-shield/commit/505e1fd))

### ❤️ Contributors

- Rrd108 <[email protected]>

## v0.6.5

[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.6.4...v0.6.5)
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-api-shield",
"version": "0.6.5",
"version": "0.6.6",
"description": "Nuxt API Shield - Rate Limiting",
"repository": "rrd108/nuxt-api-shield",
"license": "MIT",
Expand Down Expand Up @@ -29,9 +29,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release:patch": "yarn version --patch && yarn release",
"release:minor": "yarn version --minor && yarn release",
"release": "yarn lint && yarn test && yarn prepack && changelogen --release && yarn publish --new-version $(node -p \"require('./package.json').version\") && git push --follow-tags",
"release:patch": "yarn lint && yarn test && yarn prepack && changelogen --release --patch && yarn publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run --testTimeout 7000",
"test:watch": "vitest watch"
Expand Down

0 comments on commit 8637712

Please sign in to comment.