Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Feb 8, 2024
2 parents 1d52075 + 421b556 commit c817c4a
Show file tree
Hide file tree
Showing 5 changed files with 79 additions and 68 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.1
uses: actions/setup-node@v4.0.2

# 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.9] - 2024-02-08

### Documentation

- Update the project readme file for some minor modificcations

## [1.0.0-alpha.8] - 2024-02-06

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Here's how:
2. Choose the owner of the new repository and enter a repository name.
3. Optionally, add a description for your repository.
4. Choose the repository visibility (Public or Private).
5. Click **Create repository from template** to create your new repository.
5. Click **Create repository** to create your new repository from template.

After creating your repository from this template, clone it and install the dependencies:
After creating your repository from this template, clone it and install the dependencies.

### Installation

Expand Down
8 changes: 4 additions & 4 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.8",
"version": "1.0.0-alpha.9",
"keywords": [
"farcaster",
"frames",
Expand All @@ -22,12 +22,12 @@
"@types/eslint": "8.56.2",
"@types/eslint-config-prettier": "6.11.3",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-unicorn": "51.0.1",
"localtunnel": "2.0.2",
"prettier": "3.2.5",
"prettier-plugin-jsdoc": "1.3.0",
Expand Down
127 changes: 66 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c817c4a

Please sign in to comment.