Skip to content

Commit 4f72da9

Browse files
committed
chore(release): v0.2.1
1 parent 7d7d047 commit 4f72da9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

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

3+
## v0.2.1
4+
5+
[compare changes](https://github.com/rrd108/nuxt-api-shield/compare/v0.2.0...v0.2.1)
6+
7+
### 🚀 Enhancements
8+
9+
- Implements auto cleanup fix #3 ([#3](https://github.com/rrd108/nuxt-api-shield/issues/3))
10+
11+
### 🏡 Chore
12+
13+
- Fix package description and link ([7d5ebff](https://github.com/rrd108/nuxt-api-shield/commit/7d5ebff))
14+
15+
### ❤️ Contributors
16+
17+
18+
319
## v0.2.0
420

521
[compare changes](https://github.com/your-org/nuxt-api-shield/compare/v0.1.0...v0.1.1)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-api-shield",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Nuxt API Shield - Rate Limiting",
55
"repository": "rrd108/nuxt-api-shield",
66
"license": "MIT",
@@ -50,4 +50,4 @@
5050
"nuxt": "^3.11.1",
5151
"vitest": "^1.4.0"
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)