Skip to content

Commit 6617af7

Browse files
author
Marco Ciampini
committed
v1.0.2
1 parent 3254974 commit 6617af7

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ for any bug fixes.
3535
in case of vulnerabilities.
3636
-->
3737

38+
## [1.0.2] - 2019-12-27
39+
40+
### Changed
41+
42+
- lazy loading images trigger 100px before entering the viewport
43+
- page headers padding-top reduced on desktop
44+
45+
### Fixed
46+
47+
- autoplaying videos more robust across browsers
48+
- better vertical space rules for project assets
49+
- rich text list styles
50+
3851
## [1.0.1] - 2019-12-23
3952

4053
### Changed
@@ -240,8 +253,8 @@ in case of vulnerabilities.
240253
- Updated README and added Netlify badge
241254
- Updated package.json
242255

243-
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.1...HEAD
244-
<!-- [X.Y.Z]: https://github.com/ciampo/portfolio-2019/compare/v1.0.1...vX.Y.Z -->
256+
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.2...HEAD
257+
[1.0.2]: https://github.com/ciampo/portfolio-2019/compare/v1.0.1...v1.0.2
245258
[1.0.1]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0...v1.0.1
246259
[1.0.0]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.4...v1.0.0
247260
[1.0.0-rc.4]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.3...v1.0.0-rc.4

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "portfolio-2019",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "pages/index.js",
55
"author": "Marco Ciampini <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)