Skip to content

Commit

Permalink
chore(release): 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 22, 2024
1 parent 94e38fc commit aec7917
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/env",
"version": "6.0.0",
"version": "6.0.1",
"description": "Environment variable manager for Node.js",
"main": "build/index.js",
"type": "module",
Expand Down Expand Up @@ -93,7 +93,9 @@
"tagName": "v${version}"
},
"hooks": {
"before:init": ["npm test"]
"before:init": [
"npm test"
]
},
"github": {
"release": true,
Expand Down

0 comments on commit aec7917

Please sign in to comment.