Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianfreeman committed Jan 18, 2024
1 parent 26557cd commit cd0c7cd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 0.3.1

- ## Maintenance

- **Remove tests from npm package to reduce npm package size - [boidolr], [pull/388]**

This PR removes the tests from the npm package, reducing the size of the package by about half.

[boidolr]: https://github.com/boidolr
[pull/388]: https://github.com/cloudflare/kv-asset-handler/pull/388

- **Bump dependencies - [Cherry], [pull/367] [pull/361] [pull/362] [pull/359] [pull/390]**

These PRs bump dependencies of the project to their latest versions.

[pull/367]: https://github.com/cloudflare/kv-asset-handler/pull/367
[pull/361]: https://github.com/cloudflare/kv-asset-handler/pull/361
[pull/362]: https://github.com/cloudflare/kv-asset-handler/pull/362
[pull/359]: https://github.com/cloudflare/kv-asset-handler/pull/359
[pull/390]: https://github.com/cloudflare/kv-asset-handler/pull/390

- **Fix README anchor links - [johtso] [pull/372]**

This PR fixes the anchor links in the README.

[johtso]: https://github.com/johtso
[pull/372]: https://github.com/cloudflare/kv-asset-handler/pull/372

## 0.3.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/kv-asset-handler",
"version": "0.3.0",
"version": "0.3.1",
"description": "Routes requests to KV assets",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit cd0c7cd

Please sign in to comment.