File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,20 @@ for any bug fixes.
35
35
in case of vulnerabilities.
36
36
-->
37
37
38
+ ## [ 1.0.4] - 2019-12-28
39
+
40
+ ### Changed
41
+
42
+ - Refactored page props
43
+
44
+ ### Removed
45
+
46
+ - Removed PropTypes as they are redundant with TypeScript
47
+
48
+ ### Fixed
49
+
50
+ - Contentful video and images for CSP videos and images rules
51
+
38
52
## [ 1.0.3] - 2019-12-27
39
53
40
54
### Added
@@ -259,7 +273,8 @@ in case of vulnerabilities.
259
273
- Updated README and added Netlify badge
260
274
- Updated package.json
261
275
262
- [ Unreleased ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.3...HEAD
276
+ [ Unreleased ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.4...HEAD
277
+ [ 1.0.4 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.3...v1.0.4
263
278
[ 1.0.3 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.2...v1.0.3
264
279
[ 1.0.2 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.1...v1.0.2
265
280
[ 1.0.1 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " portfolio-2019" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
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