Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tpluscode committed Feb 26, 2024
1 parent 42b5033 commit 53ac8f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-lobsters-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-eyes-own.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- edc3783: Convert package to ESM
- 2643a0a: Source changes to TypeScript
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hydra-box",
"description": "Hydra Box middleware",
"version": "0.6.6",
"version": "0.7.0",
"main": "index.js",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -71,7 +71,9 @@
"typescript": "^5.3.3"
},
"mocha": {
"extensions": ["ts"],
"extensions": [
"ts"
],
"loader": "tsm"
},
"c8": {
Expand Down

0 comments on commit 53ac8f9

Please sign in to comment.