Skip to content

Commit b1aa408

Browse files
author
Marco Ciampini
committed
v1.1.0
1 parent 4de6c33 commit b1aa408

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

38+
## [1.1.0] - 2020-01-16
39+
40+
### Changed
41+
42+
- Upgraded dependencies (incl. React and Preact) to support Next.js 9.2
43+
- Removed `next-css` plugin in favor on Next.js builtin support
44+
- Changed format of the PostCSS configuration
45+
3846
## [1.0.6] - 2020-01-11
3947

4048
### Fixed
@@ -299,7 +307,8 @@ in case of vulnerabilities.
299307
- Updated README and added Netlify badge
300308
- Updated package.json
301309

302-
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.0.6...HEAD
310+
[Unreleased]: https://github.com/ciampo/portfolio-2019/compare/v1.1.0...HEAD
311+
[1.0.5]: https://github.com/ciampo/portfolio-2019/compare/v1.0.6...v1.1.0
303312
[1.0.5]: https://github.com/ciampo/portfolio-2019/compare/v1.0.5...v1.0.6
304313
[1.0.5]: https://github.com/ciampo/portfolio-2019/compare/v1.0.4...v1.0.5
305314
[1.0.4]: https://github.com/ciampo/portfolio-2019/compare/v1.0.3...v1.0.4

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

0 commit comments

Comments
 (0)