Skip to content

Commit 849f157

Browse files
author
Marco Ciampini
committed
v1.0.6
1 parent 383080d commit 849f157

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

38+
## [1.0.6] - 2020-01-11
39+
40+
### Fixed
41+
42+
- Poor rendering performance in the projects page, related to the custom lazy image module. Switched to native `<img loading="lazy">` for now
43+
3844
## [1.0.5] - 2020-01-07
3945

4046
### Changed
@@ -293,7 +299,8 @@ in case of vulnerabilities.
293299
- Updated README and added Netlify badge
294300
- Updated package.json
295301

296-
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.5...HEAD
302+
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.6...HEAD
303+
[1.0.5]: https://github.com/ciampo/portfolio-2019/compare/v1.0.5...v1.0.6
297304
[1.0.5]: https://github.com/ciampo/portfolio-2019/compare/v1.0.4...v1.0.5
298305
[1.0.4]: https://github.com/ciampo/portfolio-2019/compare/v1.0.3...v1.0.4
299306
[1.0.3]: https://github.com/ciampo/portfolio-2019/compare/v1.0.2...v1.0.3

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.5",
3+
"version": "1.0.6",
44
"main": "pages/index.js",
55
"author": "Marco Ciampini <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)