Skip to content

Commit

Permalink
v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Mar 23, 2022
1 parent 246c67c commit 4202c77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.4.3"
"version": "2.4.4"
}
2 changes: 1 addition & 1 deletion packages/typera-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typera-express",
"version": "2.4.3",
"version": "2.4.4",
"description": "TYPEd Route Assistant - for Express",
"repository": "https://github.com/akheron/typera",
"author": "Petri Lehtinen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/typera-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typera-koa",
"version": "2.4.3",
"version": "2.4.4",
"description": "TYPEd Route Assistant - for Koa",
"repository": "https://github.com/akheron/typera",
"author": "Petri Lehtinen <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions typing-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"private": true,
"name": "typing-tests",
"version": "2.4.3",
"version": "2.4.4",
"scripts": {
"test": "ts-node run-typing-tests.ts"
},
"dependencies": {
"typera-express": "^2.4.3",
"typera-koa": "^2.4.3"
"typera-express": "^2.4.4",
"typera-koa": "^2.4.4"
}
}

0 comments on commit 4202c77

Please sign in to comment.