Skip to content

Commit

Permalink
Bumped v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 6, 2024
1 parent 1d16a2c commit 2d5d780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:

jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5.0.0
with:
lint: true
license-check: true
node-versions: '["16", "18", "20", "22"]'
node-versions: '["20", "22"]'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/one-line-logger",
"version": "2.0.0-pre.fv5.1",
"version": "2.0.0",
"description": "A simple formatter for fastify's logs",
"main": "index.js",
"type": "commonjs",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"benchmark": "^2.1.4",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.4",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"tap": "^18.7.2",
Expand Down

0 comments on commit 2d5d780

Please sign in to comment.