Skip to content

Commit

Permalink
fix: update version - triggering release
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCuthbert committed Feb 6, 2022
1 parent 72a2a71 commit 117beeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bueno-systems/next-actuator",
"version": "0.1.0",
"version": "0.0.0-semantic-release",
"description": "Provide Next.js routes for monitoring and management of your application in Production.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,6 +27,9 @@
"next"
]
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/bueno-systems/next-actuator#readme",
"devDependencies": {
"@commitlint/cli": "^16.1.0",
Expand Down

0 comments on commit 117beeb

Please sign in to comment.