Skip to content

Commit

Permalink
[skip ci] Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 15, 2023
1 parent 677575a commit 7e2f48a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowr",
"version": "1.0.1",
"version": "1.1.0",
"description": "Program Slicer and Analyzer for R Programs",
"main": "dist/cli/slicer-app.js",
"scripts": {
Expand Down Expand Up @@ -288,7 +288,10 @@
"publish": false
},
"hooks": {
"before:init": ["npm run lint", "npm run test-full"],
"before:init": [
"npm run lint",
"npm run test-full"
],
"after:bump": "npm run build",
"after:git:release": "echo After git push, before github release",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
Expand Down

0 comments on commit 7e2f48a

Please sign in to comment.