Skip to content

Commit

Permalink
chore(core): release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Jun 26, 2024
1 parent 44dc421 commit 8154a6a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 30 deletions.
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.4.0](https://github.com/rhinobase/hono-rate-limiter/compare/core-0.4.0-rc.1...core-0.4.0) (2024-06-26)


### Features

* **cloudflare:** added worker kv store ([924df26](https://github.com/rhinobase/hono-rate-limiter/commit/924df2690c37dd0e3224e7afed9ad2a6813a3a18))

## [0.4.0-rc.1](https://github.com/rhinobase/hono-rate-limiter/compare/core-0.4.0-rc.0...core-0.4.0-rc.1) (2024-05-20)


Expand Down
60 changes: 30 additions & 30 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "hono-rate-limiter",
"version": "0.4.0-rc.1",
"license": "MIT",
"keywords": [
"hono",
"api",
"middleware",
"rest-api",
"rate-limiting",
"rate-limiter",
"honojs"
],
"homepage": "https://hono-rate-limiter.vercel.app",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhinobase/hono-rate-limiter.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/rhinobase/hono-rate-limiter/issues"
},
"peerDependencies": {
"hono": "^4.1.1"
},
"types": "./index.cjs.d.ts"
}
{
"name": "hono-rate-limiter",
"version": "0.4.0",
"license": "MIT",
"keywords": [
"hono",
"api",
"middleware",
"rest-api",
"rate-limiting",
"rate-limiter",
"honojs"
],
"homepage": "https://hono-rate-limiter.vercel.app",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhinobase/hono-rate-limiter.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/rhinobase/hono-rate-limiter/issues"
},
"peerDependencies": {
"hono": "^4.1.1"
},
"types": "./index.cjs.d.ts"
}

0 comments on commit 8154a6a

Please sign in to comment.