From a9b44b544beca30ff4729b5f5f324533f1b9ec3a Mon Sep 17 00:00:00 2001 From: Markus Blomqvist Date: Mon, 23 Jan 2023 00:32:38 +0200 Subject: [PATCH] v0.3.1 --- CHANGELOG.md | 6 ++++++ packages/next-rest-framework/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66b1210..d6bd07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ All notable changes to this project will be documented in this file. We follow the [Semantic Versioning 2.0.0](http://semver.org/) format. +### 0.3.1 - 2023-01-23 + +### Changed + +- Change miscellaneous copyright texts and contact emails. + ### 0.3.0 - 2023-01-15 ### Added diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index 7cc4fb9..b1024a5 100644 --- a/packages/next-rest-framework/package.json +++ b/packages/next-rest-framework/package.json @@ -1,6 +1,6 @@ { "name": "next-rest-framework", - "version": "0.3.0", + "version": "0.3.1", "description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js", "keywords": [ "nextjs",