# Changelog

## [1.4.3](https://github.com/netlify/next-runtime/compare/next-v1.4.2...next-v1.4.3) (2022-12-19)


### Bug Fixes

* support appDir ([#1638](https://github.com/netlify/next-runtime/issues/1638)) ([a5b8047](https://github.com/netlify/next-runtime/commit/a5b80475a89f5ab2266059ad2e96c8786ff41421))

## [1.4.2](https://github.com/netlify/next-runtime/compare/next-v1.4.1...next-v1.4.2) (2022-12-05)


### Bug Fixes

* fix Invalid URL error when using uppercase i18n url ([#1812](https://github.com/netlify/next-runtime/issues/1812)) ([63e060d](https://github.com/netlify/next-runtime/commit/63e060df7d3851c5dafae60d4790c2f34d47ed80))

## [1.4.1](https://github.com/netlify/next-runtime/compare/next-v1.4.0...next-v1.4.1) (2022-11-21)


### Bug Fixes

* add longitude, latitude, and timezone to RequestData.geo ([#1777](https://github.com/netlify/next-runtime/issues/1777)) ([3f35549](https://github.com/netlify/next-runtime/commit/3f355497f02726a54aa0b5f391c3e9684d45228f))

## [1.4.0](https://github.com/netlify/next-runtime/compare/next-v1.3.1...next-v1.4.0) (2022-10-25)


### Features

* support Next 13 ([#1714](https://github.com/netlify/next-runtime/issues/1714)) ([efcb47a](https://github.com/netlify/next-runtime/commit/efcb47a84697edd313f3d8643ebcc48f3bde11e3))

## [1.3.1](https://github.com/netlify/next-runtime/compare/next-v1.3.0...next-v1.3.1) (2022-09-28)


### Bug Fixes

* add missing data to middleware request object ([#1634](https://github.com/netlify/next-runtime/issues/1634)) ([0c05726](https://github.com/netlify/next-runtime/commit/0c057265b9297ceb38d49c675159cc50b9df23a3))

## [1.3.0](https://github.com/netlify/next-runtime/compare/next-v1.2.0...next-v1.3.0) (2022-09-09)


### Features

* add support for Next 12.3 middleware matchers ([#1612](https://github.com/netlify/next-runtime/issues/1612)) ([fd88b98](https://github.com/netlify/next-runtime/commit/fd88b9829f93953a06ba0d1269ac8ba5f51f6874))

## [1.2.0](https://github.com/netlify/next-runtime/compare/next-v1.1.1...next-v1.2.0) (2022-09-08)


### Features

* create edge function demo ([#1586](https://github.com/netlify/next-runtime/issues/1586)) ([43a60c8](https://github.com/netlify/next-runtime/commit/43a60c88260e897d3b6b49f9f05442151da36644))

## [1.1.1](https://github.com/netlify/next-runtime/compare/next-v1.1.0...next-v1.1.1) (2022-08-31)

### Bug Fixes

- remove Next.js as a peer dependency ([#1584](https://github.com/netlify/next-runtime/issues/1584))
  ([6be4dc0](https://github.com/netlify/next-runtime/commit/6be4dc08e5339efb84e180e9ea02ce0bc6efe5b5))

## [1.1.0](https://github.com/netlify/next-runtime/compare/next-v1.0.0...next-v1.1.0) (2022-08-22)

### Features

- add edge middleware support to `ntl dev` ([#1546](https://github.com/netlify/next-runtime/issues/1546))
  ([b208ff4](https://github.com/netlify/next-runtime/commit/b208ff463499565d86cc15747b95895b3da18e55))
