Skip to content

Commit fd81169

Browse files
committed
release 2.1.0
1 parent 8ef4ab7 commit fd81169

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
/lib
55
node_modules
66
package-lock.json
7+
pnpm-lock.yaml
78
shrinkwrap.yaml
8-
yarn.lock
9+
yarn.lock

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cycle/react",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Utilities to interoperate between Cycle.js and React",
55
"author": "Andre Staltz <[email protected]>",
66
"license": "MIT",
@@ -49,4 +49,4 @@
4949
"compile-es6": "echo 'TODO' : tsc --module es6 --outDir ./lib/es6",
5050
"test": "$(npm bin)/mocha test/*.ts --require ts-node/register --recursive"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)