From bb0cf83fff6c814ab6d8f6be2e5ddec0000afc93 Mon Sep 17 00:00:00 2001 From: ckvv Date: Mon, 18 Mar 2024 19:27:57 +0800 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 2 ++ package.json | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3258d47..5942d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,6 @@ 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. +### 1.0.2 (2024-03-18) + ### 1.0.1 (2024-03-13) diff --git a/package.json b/package.json index f2ee3aa..8cd8ba9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@ckpack/base", "type": "module", - "version": "1.0.1", + "version": "1.0.2", "description": "", "author": "ckvv", "license": "ISC", @@ -16,7 +16,9 @@ "bin": { "verify-commit": "./dist/verify-commit.js" }, - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "lint": "eslint . --fix", "prepare": "npx simple-git-hooks",