File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ for any bug fixes.
35
35
in case of vulnerabilities.
36
36
-->
37
37
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
+
38
44
## [ 1.0.5] - 2020-01-07
39
45
40
46
### Changed
@@ -293,7 +299,8 @@ in case of vulnerabilities.
293
299
- Updated README and added Netlify badge
294
300
- Updated package.json
295
301
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
297
304
[ 1.0.5 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.4...v1.0.5
298
305
[ 1.0.4 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.3...v1.0.4
299
306
[ 1.0.3 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.2...v1.0.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " portfolio-2019" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"main" : " pages/index.js" ,
5
5
"author" :
" Marco Ciampini <[email protected] >" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments