Skip to content

Commit 708785f

Browse files
author
Marco Ciampini
committed
v1.0.0-rc.4
1 parent 2d32725 commit 708785f

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

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

38+
## [1.0.0-rc.4] - 2019-12-22
39+
40+
### Added
41+
42+
- Added Structured Data (Author, Organization, WebSite, WebPages + breadcrumbs, Article)
43+
44+
### Changed
45+
46+
- Theme Switcher isnow position absolute (previously was fixed)
47+
- Lazy load Web Font (+ JS fallback)
48+
49+
### Fixed
50+
51+
- Link to CV in about page
52+
- Contentful Rich Text Renderer can now handle Assets links
53+
54+
### Removed
55+
56+
- dead code in home grid for setting `fillcolor`
57+
3858
## [1.0.0-rc.3] - 2019-12-21
3959

4060
### Fixed
@@ -199,8 +219,9 @@ in case of vulnerabilities.
199219
- Updated README and added Netlify badge
200220
- Updated package.json
201221

202-
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.3...HEAD
203-
<!-- [X.Y.Z]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.3...vX.Y.Z -->
222+
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.4...HEAD
223+
<!-- [X.Y.Z]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.4...vX.Y.Z -->
224+
[X.Y.Z]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.3...v1.0.0-rc.4
204225
[1.0.0-rc.2]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.2...v1.0.0-rc.3
205226
[1.0.0-rc.2]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.1...v1.0.0-rc.2
206227
[1.0.0-rc.1]: https://github.com/ciampo/portfolio-2019/compare/v0.0.10...v1.0.0-rc.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.0-rc.3",
3+
"version": "1.0.0-rc.4",
44
"main": "pages/index.js",
55
"author": "Marco Ciampini <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)