Skip to content

Commit 57bcbc4

Browse files
author
Marco Ciampini
committed
v1.0.1
1 parent ef71a30 commit 57bcbc4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

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

38+
## [1.0.1] - 2019-12-23
39+
40+
### Changed
41+
42+
- different sharing images per page
43+
44+
### Added
45+
46+
- twitter card meta data
47+
3848
## [1.0.0] - 2019-12-22
3949

4050
### Changed
@@ -230,8 +240,9 @@ in case of vulnerabilities.
230240
- Updated README and added Netlify badge
231241
- Updated package.json
232242

233-
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0...HEAD
234-
<!-- [X.Y.Z]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0...vX.Y.Z -->
243+
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.1...HEAD
244+
<!-- [X.Y.Z]: https://github.com/ciampo/portfolio-2019/compare/v1.0.1...vX.Y.Z -->
245+
[1.0.1]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0...v1.0.1
235246
[1.0.0]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.4...v1.0.0
236247
[1.0.0-rc.4]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.3...v1.0.0-rc.4
237248
[1.0.0-rc.3]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.2...v1.0.0-rc.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.0",
3+
"version": "1.0.1",
44
"main": "pages/index.js",
55
"author": "Marco Ciampini <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)