From 860efc56114480a8c8d10202ac54c015ec6bb1ca Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 9 Mar 2022 22:37:36 +0100 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42861c83..65a5f279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [0.4.0](https://github.com/unjs/h3/compare/v0.3.9...v0.4.0) (2022-03-09) + + +### ⚠ BREAKING CHANGES + +* update repo + +### Features + +* add router support ([#64](https://github.com/unjs/h3/issues/64)) ([4035cca](https://github.com/unjs/h3/commit/4035cca1ddf0dd65e94a9a5c3d78c0c32098a8d9)) + + +* update repo ([5dd59f1](https://github.com/unjs/h3/commit/5dd59f1ab055d595f58a483edb4bfc82637b47ac)) + ### [0.3.9](https://github.com/unjs/h3/compare/v0.3.8...v0.3.9) (2022-01-18) diff --git a/package.json b/package.json index 88565c1d..ceded7a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h3", - "version": "0.3.9", + "version": "0.4.0", "description": "Tiny JavaScript Server", "repository": "unjs/h3", "license": "MIT",