Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Mar 6, 2024
2 parents a2f6b25 + 7d12c74 commit 50c0ae8
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 132 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.12] - 2024-03-06

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.11] - 2024-02-10

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 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.11",
"version": "1.0.0-alpha.12",
"keywords": [
"farcaster",
"frames",
Expand All @@ -15,16 +15,16 @@
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@hono/node-server": "1.7.0",
"hono": "4.0.0"
"@hono/node-server": "1.8.2",
"hono": "4.0.9"
},
"devDependencies": {
"@types/eslint": "8.56.2",
"@types/eslint": "8.56.5",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.56.0",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "51.0.1",
Expand All @@ -33,7 +33,7 @@
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "3.2.4",
"tsx": "4.7.0",
"tsx": "4.7.1",
"typescript": "5.3.3"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 50c0ae8

Please sign in to comment.