Skip to content

Commit 997c60a

Browse files
committed
chore(release): 0.2.1
1 parent 035492d commit 997c60a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.1](https://github.com/cats-oss/use-intersection/compare/v0.2.0...v0.2.1) (2020-04-14)
6+
7+
### Bug Fixes
8+
9+
- use last entry instead of first entry ([d101e3e](https://github.com/cats-oss/use-intersection/commit/d101e3efa55d0bde2da70f2fecb44fb27e500341))
10+
511
## [0.2.0](https://github.com/cats-oss/use-intersection/compare/v0.1.0...v0.2.0) (2019-10-23)
612

713
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-intersection",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React Hooks for IntersectionObserver.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)