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

Commit

Permalink
Version Packages (#11)
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 Apr 10, 2024
1 parent bff20f2 commit fe7afd6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/quiet-taxis-buy.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# twrangler

## 0.0.5

### Patch Changes

- [#10](https://github.com/sor4chi/twrangler/pull/10) [`bff20f2`](https://github.com/sor4chi/twrangler/commit/bff20f294272cad04b8078f50e14390a3e25dca6) Thanks [@sor4chi](https://github.com/sor4chi)! - Support all inheritable key fields

<https://developers.cloudflare.com/workers/wrangler/configuration/#inheritable-keys>

## 0.0.4

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions examples/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @twrangler/example-vanilla

## 0.0.5

### Patch Changes

- Updated dependencies [[`bff20f2`](https://github.com/sor4chi/twrangler/commit/bff20f294272cad04b8078f50e14390a3e25dca6)]:
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twrangler/example-vanilla",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"build": "twrangler build"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twrangler",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {
"fix": "biome check --apply .",
"check": "biome check .",
Expand Down

0 comments on commit fe7afd6

Please sign in to comment.