Skip to content

Commit

Permalink
Version Packages (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 19, 2023
1 parent 0a1d15f commit c42e6b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tricky-ways-develop.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @napolab/typescript

## 0.0.4

### Patch Changes

- 0a1d15f: add files field to package.json

## 0.0.3

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napolab/kv-response-cache",
"version": "0.0.3",
"version": "0.0.4",
"private": false,
"description": "Hono middleware for response caching using Cloudflare's KV storage",
"main": "./index.cjs",
Expand Down Expand Up @@ -84,5 +84,10 @@
"bugs": {
"url": "https://github.com/napolab/kv-response-cache/issues"
},
"files": ["README", "index.mjs", "index.cjs", "index.d.ts"]
"files": [
"README",
"index.mjs",
"index.cjs",
"index.d.ts"
]
}

0 comments on commit c42e6b7

Please sign in to comment.