Skip to content

Commit

Permalink
Bumped v5.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Sep 6, 2024
1 parent f7ad870 commit 42e497b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
with:
license-check: true
lint: true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-fastify",
"version": "4.1.0",
"version": "5.0.0",
"description": "Rapidly generate a Fastify project",
"main": "cmd.js",
"type": "commonjs",
Expand All @@ -20,7 +20,7 @@
"author": "David Mark Clements (@davidmarkclem)",
"license": "MIT",
"dependencies": {
"fastify-cli": "^6.0.0"
"fastify-cli": "^7.0.0"
},
"devDependencies": {
"standard": "^17.0.0",
Expand Down

0 comments on commit 42e497b

Please sign in to comment.