-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from ahrjarrett/@ahrjarrett/v0.40.5
fix: checks in lockfile and checks it during CI pipeline
- Loading branch information
Showing
6 changed files
with
2,909 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,4 @@ node_modules | |
dist | ||
.DS_Store | ||
_org/*.org | ||
pnpm-lock.yaml | ||
.assest/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# any-ts | ||
|
||
## 0.40.5 | ||
|
||
### Patch Changes | ||
|
||
- chore: commits lockfile | ||
|
||
## 0.40.4 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "any-ts", | ||
"private": false, | ||
"version": "0.40.4", | ||
"version": "0.40.5", | ||
"author": { | ||
"name": "Andrew Jarrett", | ||
"email": "[email protected]", | ||
|
Oops, something went wrong.