Skip to content

Commit

Permalink
[skip ci] Release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 13, 2024
1 parent 96e933e commit 094d9ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eagleoutice/flowr",
"version": "2.1.2",
"version": "2.1.3",
"description": "Static Dataflow Analyzer and Program Slicer for the R Programming Language",
"types": "dist/src/index.d.ts",
"repository": {
Expand Down Expand Up @@ -39,8 +39,7 @@
"performance-test": "func() { cd test/performance/ && bash run-all-suites.sh $1 $2 $3; cd ../../; }; func",
"test-full": "npm run test -- --test-installation",
"detect-circular-deps": "npx madge --extensions ts,tsx --circular src/",
"checkup":
"npm run flowr -- --execute \":version\" && npm run lint && npm run test-full -- --forbid-only && docker build -t test-flowr -f scripts/Dockerfile . && npm run doc && npm-run-all wiki:*"
"checkup": "npm run flowr -- --execute \":version\" && npm run lint && npm run test-full -- --forbid-only && docker build -t test-flowr -f scripts/Dockerfile . && npm run doc && npm-run-all wiki:*"
},
"keywords": [
"static code analysis",
Expand Down
2 changes: 1 addition & 1 deletion src/util/version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { SemVer } from 'semver';

// this is automatically replaced with the current version by release-it
const version = '2.1.2';
const version = '2.1.3';

export function flowrVersion(): SemVer {
return new SemVer(version);
Expand Down

0 comments on commit 094d9ac

Please sign in to comment.