Skip to content

Commit 06cdc9c

Browse files
author
Marco Ciampini
committed
v1.0.4
1 parent 53037ff commit 06cdc9c

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

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+
3852
## [1.0.3] - 2019-12-27
3953

4054
### Added
@@ -259,7 +273,8 @@ in case of vulnerabilities.
259273
- Updated README and added Netlify badge
260274
- Updated package.json
261275

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
263278
[1.0.3]: https://github.com/ciampo/portfolio-2019/compare/v1.0.2...v1.0.3
264279
[1.0.2]: https://github.com/ciampo/portfolio-2019/compare/v1.0.1...v1.0.2
265280
[1.0.1]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0...v1.0.1

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

0 commit comments

Comments
 (0)