Skip to content

Commit 6cc433a

Browse files
author
Marco Ciampini
committed
v1.0.3
1 parent 5b41a48 commit 6cc433a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

38+
## [1.0.3] - 2019-12-27
39+
40+
### Added
41+
42+
- redirect from Netlify's default subdomain to primary domain
43+
3844
## [1.0.2] - 2019-12-27
3945

4046
### Changed
@@ -253,7 +259,8 @@ in case of vulnerabilities.
253259
- Updated README and added Netlify badge
254260
- Updated package.json
255261

256-
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.2...HEAD
262+
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.3...HEAD
263+
[1.0.3]: https://github.com/ciampo/portfolio-2019/compare/v1.0.2...v1.0.3
257264
[1.0.2]: https://github.com/ciampo/portfolio-2019/compare/v1.0.1...v1.0.2
258265
[1.0.1]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0...v1.0.1
259266
[1.0.0]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.4...v1.0.0

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

0 commit comments

Comments
 (0)