Skip to content

Commit

Permalink
Bumped v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Mar 8, 2024
1 parent 14ec923 commit 58819de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 7 additions & 5 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "semgrator",
"version": "0.1.1",
"version": "0.1.2",
"description": "Run migrations code based on semantic version rules",
"scripts": {
"test": "borp --coverage",
"clean": "rm -rf dist",
"build": "npm run clean && tsc -p tsconfig.build.json",
"prepublishOnly": "npm run build",
"lint": "prettier --check .",
"lint:fix": "prettier -w ."
},
Expand Down

0 comments on commit 58819de

Please sign in to comment.