From b0a1801248f5563408ffb1c895cfab38b09fa39c Mon Sep 17 00:00:00 2001 From: Friedjoff Trautwein Date: Tue, 22 Oct 2024 17:41:35 +0200 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d4ae0..370bd0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.3.0](https://github.com/geops/next-nginx-routes/compare/v1.2.1...v1.3.0) (2024-10-22) + + +### Features + +* **next 15:** expand peer dependencies to include next 15 ([be2ff6f](https://github.com/geops/next-nginx-routes/commit/be2ff6f9cb2990f4fb7c343b36ed223b6f166a0c)) + ### [1.2.1](https://github.com/geops/next-nginx-routes/compare/v1.2.0...v1.2.1) (2023-11-03) diff --git a/package.json b/package.json index adf592a..4e47afc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-nginx-routes", "description": "Generate Nginx routing configuration for static Next.js projects.", - "version": "1.2.1", + "version": "1.3.0", "keywords": [ "export", "Next.js",