File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,14 @@ for any bug fixes.
35
35
in case of vulnerabilities.
36
36
-->
37
37
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
+
38
46
## [ 1.0.6] - 2020-01-11
39
47
40
48
### Fixed
@@ -299,7 +307,8 @@ in case of vulnerabilities.
299
307
- Updated README and added Netlify badge
300
308
- Updated package.json
301
309
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
303
312
[ 1.0.5 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.5...v1.0.6
304
313
[ 1.0.5 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.4...v1.0.5
305
314
[ 1.0.4 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.3...v1.0.4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " portfolio-2019" ,
3
- "version" : " 1.0.6 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"main" : " pages/index.js" ,
5
5
"author" :
" Marco Ciampini <[email protected] >" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments