From 851549d1c9f0275d6dd0d972074b9c9500b56f57 Mon Sep 17 00:00:00 2001 From: renxia Date: Mon, 25 Dec 2023 16:52:09 +0800 Subject: [PATCH] chore(release): 0.0.8 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e5c50..06162d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.8](https://github.com/lzwme/static-server/compare/v0.0.7...v0.0.8) (2023-12-25) + ### [0.0.7](https://github.com/lzwme/static-server/compare/v0.0.6...v0.0.7) (2023-06-15) diff --git a/package.json b/package.json index 38c5880..311c722 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lzwme/sserver", - "version": "0.0.7", + "version": "0.0.8", "description": "一个基于 Node.js 的简易静态服务器,用于辅助开发调试随启随用", "main": "dist/index.js", "type": "commonjs",