From 9214f43fa02cbbe4af32179ee3e1f780f3d8d05c Mon Sep 17 00:00:00 2001 From: lihbr Date: Sat, 6 Jan 2024 12:12:34 +0100 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190f473..f7a2517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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/lihbr/akte/compare/v0.3.2...v0.4.0) (2024-01-06) + + +### Features + +* **deps:** support vite 5 ([18eb159](https://github.com/lihbr/akte/commit/18eb1593d41acc54cec0f07a7b642862591b1d10)) + + +### Documentation + +* update doc ([20a927a](https://github.com/lihbr/akte/commit/20a927a23313a41041a4adb8c1d89eaf50e28e85)) + + +### Chore + +* **deps:** maintain lock file ([f04f104](https://github.com/lihbr/akte/commit/f04f10456b118053d2974053ec6a6c4e63ceb35a)) + ### [0.3.2](https://github.com/lihbr/akte/compare/v0.3.1...v0.3.2) (2023-03-21) diff --git a/package-lock.json b/package-lock.json index 459b2b9..2d6ca0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "akte", - "version": "0.3.2", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "akte", - "version": "0.3.2", + "version": "0.4.0", "license": "MIT", "workspaces": [ ".", diff --git a/package.json b/package.json index dfe022c..ed8fbee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "akte", - "version": "0.3.2", + "version": "0.4.0", "description": "A minimal static site (and file) generator", "keywords": [ "typescript", @@ -108,4 +108,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}