Skip to content

Commit 1970663

Browse files
committed
No real changes, testing travis deployment from master
1 parent 0a50ef0 commit 1970663

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ deploy:
1515
on:
1616
tags: true
1717
repo: ZeeCoder/use-resize-observer
18+
branch: master
1819
skip_cleanup: true
19-
branch: master

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.0.1
4+
5+
- No real changes, testing travis deployment from master
6+
37
## 2.0.0
48

59
- [BREAKING] Returning a tuple and creating a ref object automatically

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-resize-observer",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "dist/bundle.cjs.js",
55
"module": "dist/bundle.esm.js",
66
"repository": "[email protected]:ZeeCoder/use-resize-observer.git",

0 commit comments

Comments
 (0)