Skip to content

Commit 5596cdf

Browse files
author
Vesa Piittinen
committed
Version 1.0.2
1 parent fc04360 commit 5596cdf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8-
## [unreleased]
8+
## [1.0.2] - 2018-05-31
99

1010
### Changed
1111
- Size of final generated JavaScript has been reduced
12-
- Code speed optimizations
12+
- Minor code speed optimizations
1313

1414
### Removed
1515
- `DefaultWrapper` and `LazyChild` are no longer exported

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-lazy",
3-
"version": "1.0.1",
4-
"description": "Performant search engine and no-JS friendly universally rendering components for lazy loading, ad impressions, occlusion culling and sentinel scrolling",
3+
"version": "1.0.2",
4+
"description": "Universally rendering, lightweight and performant components for lazy loading with the noscript solution, and Intersection Observer component for ad impressions, occlusion culling and sentinel scrolling",
55
"main": "dist/module/index.js",
66
"scripts": {
77
"build": "npm run clean-dist && npm run build-modules && npm run build-umd",

0 commit comments

Comments
 (0)