Skip to content

Commit

Permalink
chore(release): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rrd108 committed Apr 16, 2024
1 parent 9538b42 commit d5ed2f2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.3.1

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

### 🚀 Enhancements

- Add optional retry-after header fix #4 ([#4](https://github.com/rrd108/nuxt-api-shield/issues/4))

### 🏡 Chore

- Comment added ([b5ed91a](https://github.com/rrd108/nuxt-api-shield/commit/b5ed91a))

### ✅ Tests

- Change test to pass for custom error message ([a13b631](https://github.com/rrd108/nuxt-api-shield/commit/a13b631))
- Fix error throwing problems ([9538b42](https://github.com/rrd108/nuxt-api-shield/commit/9538b42))

### ❤️ Contributors

- Rrd108 <[email protected]>

## v0.3.0

[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.2.0...v0.2.1)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-api-shield",
"version": "0.3.0",
"version": "0.3.1",
"description": "Nuxt API Shield - Rate Limiting",
"repository": "rrd108/nuxt-api-shield",
"license": "MIT",
Expand Down Expand Up @@ -50,4 +50,4 @@
"nuxt": "^3.11.1",
"vitest": "^1.4.0"
}
}
}

0 comments on commit d5ed2f2

Please sign in to comment.