diff --git a/CHANGELOG.md b/CHANGELOG.md index d516f84..8db29fd 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. +### [0.0.3](https://github.com/lzwme/static-server/compare/v0.0.2...v0.0.3) (2022-09-17) + + +### Bug Fixes + +* 修正 cli.ts 引用 chalk 导致的异常 ([52616f0](https://github.com/lzwme/static-server/commit/52616f0afad9f1bdc7f7ab1a7f13ada01cc0dbcb)) + ### [0.0.2](https://github.com/lzwme/static-server/compare/v0.0.1...v0.0.2) (2022-09-15) diff --git a/package.json b/package.json index aac0664..7f26099 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lzwme/sserver", - "version": "0.0.2", + "version": "0.0.3", "description": "一个基于 nodejs 的简易静态服务器,方便随时开发调试使用", "main": "dist/index.js", "type": "commonjs",