Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lillifee committed Jan 20, 2024
1 parent 843e5f2 commit 63923c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raspicam",
"version": "2.1.0",
"version": "2.1.1",
"type": "commonjs",
"browser": {
"stream": false
Expand All @@ -16,7 +16,10 @@
"build": "npm run build:site && npm run build:server",
"build:server": "node --loader ts-node/esm ./build.server.mts",
"build:site": "node --loader ts-node/esm ./build.site.mts",
"release": "yarn version --patch && git push --follow-tags"
"release": "yarn release:patch",
"release:patch": "yarn version --patch && git push --follow-tags",
"release:minor": "yarn version --minor && git push --follow-tags",
"release:major": "yarn version --major && git push --follow-tags"
},
"dependencies": {
"buffer": "^6.0.3",
Expand Down

0 comments on commit 63923c7

Please sign in to comment.