Skip to content

Commit 55e6812

Browse files
v1.3.10
1 parent 304a0ce commit 55e6812

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

packages/fts-dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fts-dev",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "Dev Server for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Travis Fischer <travis@transitivebullsh.it>",
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"commander": "^2.19.0",
3535
"fts": "^1.3.0",
36-
"fts-http": "^1.3.9"
36+
"fts-http": "^1.3.10"
3737
},
3838
"gitHead": "9c95df897ffde29865d5b9190aa7922da780f32e"
3939
}

packages/fts-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fts-http",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"description": "HTTP Support for Functional TypeScript.",
55
"repository": "https://github.com/transitive-bullshit/functional-typescript",
66
"author": "Travis Fischer <travis@transitivebullsh.it>",

0 commit comments

Comments
 (0)