Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ All notable changes to this project will be documented in this file. See [standa

## [2.3.0](https://github.com/Webeleon/Next-JS-starter-project/compare/v2.2.0...v2.3.0) (2021-07-18)


### Features

* add i18n ([31c0269](https://github.com/Webeleon/Next-JS-starter-project/commit/31c0269d4cfc7e0f07ddf21cfa0182db9d6cb065))

- add i18n ([31c0269](https://github.com/Webeleon/Next-JS-starter-project/commit/31c0269d4cfc7e0f07ddf21cfa0182db9d6cb065))

### Bug Fixes

* **deps:** update dependency @sendgrid/mail to v7.4.5 ([10e6ad4](https://github.com/Webeleon/Next-JS-starter-project/commit/10e6ad41037a78041964bf088d06116bc00738e7))
* **deps:** update dependency sass to v1.35.2 ([87c1b07](https://github.com/Webeleon/Next-JS-starter-project/commit/87c1b07ada5441126d6c00a6d8bff3d9327c675c))
* vercel build ([1051f79](https://github.com/Webeleon/Next-JS-starter-project/commit/1051f798186b78e61a05498c1bc2b8c6ab6154cc))
* **deps:** update dependency sass to v1.35.0 ([ddfd876](https://github.com/Webeleon/Next-JS-starter-project/commit/ddfd876b92c65ab958c1d2c58e0945539642cd19))
- **deps:** update dependency @sendgrid/mail to v7.4.5 ([10e6ad4](https://github.com/Webeleon/Next-JS-starter-project/commit/10e6ad41037a78041964bf088d06116bc00738e7))
- **deps:** update dependency sass to v1.35.2 ([87c1b07](https://github.com/Webeleon/Next-JS-starter-project/commit/87c1b07ada5441126d6c00a6d8bff3d9327c675c))
- vercel build ([1051f79](https://github.com/Webeleon/Next-JS-starter-project/commit/1051f798186b78e61a05498c1bc2b8c6ab6154cc))
- **deps:** update dependency sass to v1.35.0 ([ddfd876](https://github.com/Webeleon/Next-JS-starter-project/commit/ddfd876b92c65ab958c1d2c58e0945539642cd19))

## [2.2.0](https://github.com/Webeleon/Next-JS-starter-project/compare/v2.1.3...v2.2.0) (2021-06-08)

Expand Down
3 changes: 3 additions & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
Loading