Skip to content

Commit

Permalink
Bumped v0.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Mar 5, 2024
1 parent 88f5965 commit dc22365
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semgrator",
"version": "0.0.4",
"version": "0.0.5",
"description": "Run migrations code based on semantic version rules",
"scripts": {
"test": "borp",
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"exclude": ["test"]
"exclude": ["test"],
"compilerOptions": {
"incremental": false
}
}

0 comments on commit dc22365

Please sign in to comment.