Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Aug 20, 2024
2 parents 12eb076 + 0083aa9 commit eaaaf03
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Set up Node.js environment.
- name: Set up Node.js environment
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3

# Install pnpm package manager.
- name: Install pnpm package manager
Expand Down
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.20] - 2024-08-20

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.0-alpha.19] - 2024-08-04

### Refactor
Expand Down
26 changes: 13 additions & 13 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.19",
"version": "1.0.0-alpha.20",
"type": "module",
"keywords": [
"farcaster",
Expand All @@ -17,28 +17,28 @@
},
"dependencies": {
"@hono/node-server": "1.12.0",
"hono": "4.4.12"
"hono": "4.5.3"
},
"devDependencies": {
"@types/eslint": "8.56.6",
"@types/eslint": "9.6.0",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.14.10",
"@typescript-eslint/parser": "8.0.0-alpha.40",
"eslint": "9.6.0",
"@types/node": "22.1.0",
"@typescript-eslint/parser": "8.0.0",
"eslint": "9.8.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "48.5.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-unicorn": "54.0.0",
"globals": "15.8.0",
"eslint-plugin-unicorn": "55.0.0",
"globals": "15.9.0",
"localtunnel": "2.0.2",
"prettier": "3.3.3",
"prettier-plugin-jsdoc": "1.3.0",
"prettier-plugin-organize-attributes": "1.0.0",
"prettier-plugin-organize-imports": "4.0.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript-eslint": "8.0.0-alpha.39"
"tsx": "4.16.5",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0"
},
"resolutions": {
"axios": ">=1.6.0",
Expand Down
Loading

0 comments on commit eaaaf03

Please sign in to comment.