Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Mar 22, 2024
2 parents 84afa1e + 1e18c64 commit 3160bd8
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 88 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.14] - 2024-03-22

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.13] - 2024-03-14

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "farcaster-frames-template",
"version": "1.0.0-alpha.13",
"version": "1.0.0-alpha.14",
"keywords": [
"farcaster",
"frames",
Expand All @@ -16,14 +16,14 @@
},
"dependencies": {
"@hono/node-server": "1.8.2",
"hono": "4.1.0"
"hono": "4.1.3"
},
"devDependencies": {
"@types/eslint": "8.56.5",
"@types/eslint": "8.56.6",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.25",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
Expand All @@ -34,7 +34,7 @@
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"tsx": "4.7.1",
"typescript": "5.4.2"
"typescript": "5.4.3"
},
"resolutions": {
"axios": ">=1.6.0"
Expand Down
Loading

0 comments on commit 3160bd8

Please sign in to comment.